2009-08-23 13:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* source/hbpcre/Makefile
  * source/hbzlib/Makefile
    + Added 'HB_BUILD_WARN := no' which causes that these foreign 
      sources will be compiled using default compiler warning level.
      Should avoid a few MSVC warnings.
This commit is contained in:
Viktor Szakats
2009-08-23 11:41:26 +00:00
parent 6f3e596ad7
commit f1cc34069a
3 changed files with 11 additions and 0 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-23 13:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/hbpcre/Makefile
* source/hbzlib/Makefile
+ Added 'HB_BUILD_WARN := no' which causes that these foreign
sources will be compiled using default compiler warning level.
Should avoid a few MSVC warnings.
2009-08-23 13:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/rddads/rddads.h
* eliminated explicit casting to keep strict aliasing rules

View File

@@ -4,6 +4,8 @@
ROOT := ../../
HB_BUILD_WARN := no
C_SOURCES := \
_hbpcreg.c \
chartabs.c \

View File

@@ -4,6 +4,8 @@
ROOT := ../../
HB_BUILD_WARN := no
C_SOURCES := \
adler32.c \
compress.c \