2010-04-13 12:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/wce/poccarm.mk
  * config/dos/watcom.mk
  * config/win/xcc.mk
  * config/win/pocc.mk
  * config/win/bcc.mk
  * config/win/watcom.mk
  * config/linux/watcom.mk
  * config/os2/watcom.mk
    * Changed to not forcefully turn off warnings in some targets.
      (so HB_BUILD_WARN=no is now equivalent to hbmk2 -warn=def)
    ; NOTE: This will result in some new warnings in /external
            dir since for above compilers I've now upped the
            warning level from nothing to the default level.

  * external/zlib/Makefile
    * Changed to not set Harbour level warnings for this
      external component (in sync with all the others).
This commit is contained in:
Viktor Szakats
2010-04-13 10:20:35 +00:00
parent 7bdf4de6c3
commit 2b5e574b09
10 changed files with 21 additions and 17 deletions

View File

@@ -17,7 +17,26 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-04-12 08:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
2010-04-13 12:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/wce/poccarm.mk
* config/dos/watcom.mk
* config/win/xcc.mk
* config/win/pocc.mk
* config/win/bcc.mk
* config/win/watcom.mk
* config/linux/watcom.mk
* config/os2/watcom.mk
* Changed to not forcefully turn off warnings in some targets.
(so HB_BUILD_WARN=no is now equivalent to hbmk2 -warn=def)
; NOTE: This will result in some new warnings in /external
dir since for above compilers I've now upped the
warning level from nothing to the default level.
* external/zlib/Makefile
* Changed to not set Harbour level warnings for this
external component (in sync with all the others).
2010-04-13 08:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/ideprojmanager.prg
! Properly fixed old problem with executable name extraction,
leaving the ending delimiter in the extracted string.

View File

@@ -22,8 +22,6 @@ LDFLAGS += OP quiet
ifneq ($(HB_BUILD_WARN),no)
CFLAGS += -w3
else
CFLAGS += -w0
endif
ifneq ($(HB_BUILD_OPTIM),no)

View File

@@ -21,8 +21,6 @@ LDFLAGS += OP quiet
ifneq ($(HB_BUILD_WARN),no)
CFLAGS += -w3
else
CFLAGS += -w0
endif
ifneq ($(HB_BUILD_OPTIM),no)

View File

@@ -23,8 +23,6 @@ LDFLAGS += OP quiet
ifneq ($(HB_BUILD_WARN),no)
CFLAGS += -w3
else
CFLAGS += -w0
endif
ifneq ($(HB_BUILD_OPTIM),no)

View File

@@ -22,8 +22,6 @@ CFLAGS += -Ze -Go
ifneq ($(HB_BUILD_WARN),no)
CFLAGS += -W1
else
CFLAGS += -W0
endif
ifneq ($(HB_BUILD_OPTIM),no)

View File

@@ -20,8 +20,6 @@ CFLAGS += -q -tWM -CP437
ifneq ($(HB_BUILD_WARN),no)
CFLAGS += -w -w-sig- -Q
else
CFLAGS += -w-
endif
ifneq ($(HB_BUILD_OPTIM),no)

View File

@@ -20,8 +20,6 @@ CFLAGS += -Ze -Go -MT
ifneq ($(HB_BUILD_WARN),no)
CFLAGS += -W1
else
CFLAGS += -W0
endif
ifneq ($(HB_BUILD_OPTIM),no)

View File

@@ -23,8 +23,6 @@ LDFLAGS += OP quiet
ifneq ($(HB_BUILD_WARN),no)
CFLAGS += -w3
else
CFLAGS += -w0
endif
ifneq ($(HB_BUILD_OPTIM),no)

View File

@@ -25,8 +25,6 @@ CFLAGS += -MT
ifneq ($(HB_BUILD_WARN),no)
CFLAGS += -W1
else
CFLAGS += -W0
endif
ifneq ($(HB_BUILD_OPTIM),no)

View File

@@ -8,6 +8,7 @@ include $(TOP)$(ROOT)config/global.mk
LIBNAME := hbzlib
HB_BUILD_WARN := no
HB_BUILD_MODE := c
C_SOURCES := \