From abb01b3baf78d6e9db09c10cbe5777c4f9c586b6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 17 Feb 2001 10:31:31 +0000 Subject: Made warning in ScintillaWidget.h work better with GCC. --- include/ScintillaWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h index 2a7a02745..2382b65a1 100644 --- a/include/ScintillaWidget.h +++ b/include/ScintillaWidget.h @@ -14,7 +14,7 @@ #pragma message(__FILE__ "(1) : warning : Scintilla.h should be included before ScintillaWidget.h") #pragma message("This will be required in the next version of Scintilla") #else -#warning __FILE__:1: warning: Scintilla.h should be included before ScintillaWidget.h +#warning Scintilla.h should be included before ScintillaWidget.h #warning This will be required in the next version of Scintilla #endif #include "Scintilla.h" -- cgit v1.2.3