From 43871fd1af9dbcfa72fb6a3ebfcd6b7ceacf272e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 3 Jul 2010 07:15:14 +0000 Subject: [PATCH] 2010-07-02 09:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/makefile.prg ! Temporarly disabled -w3 warning level. --- harbour/ChangeLog | 4 ++++ harbour/contrib/makefile.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 */