diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8844f4df81..34f914a46e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-07-02 09:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/makefile.prg + ! Temporarly disabled -w3 warning level. + 2010-07-02 16:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbmk2_plugin_qt.prg * Changed to use __binarystreaminclude facility instead diff --git a/harbour/contrib/makefile.prg b/harbour/contrib/makefile.prg index 1552267990..d111ee00b8 100644 --- a/harbour/contrib/makefile.prg +++ b/harbour/contrib/makefile.prg @@ -14,7 +14,7 @@ 4. avoid long cmdlines to make ms-dos hosts happy */ -#pragma warninglevel=3 +/* #pragma warninglevel=3 */ /* TOFIX: Ugly hack to avoid #include "directry.ch" */ #define F_NAME 1 /* File name */