diff options
| author | nyamatongwe <devnull@localhost> | 2001-02-17 10:31:31 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-02-17 10:31:31 +0000 | 
| commit | abb01b3baf78d6e9db09c10cbe5777c4f9c586b6 (patch) | |
| tree | 9267d2a1a13cf857a92d7cd91732a55798d08dc0 /include/ScintillaWidget.h | |
| parent | 7b07c00e76ef0ec5e5e3eb1d5237357eecbaa007 (diff) | |
| download | scintilla-mirror-abb01b3baf78d6e9db09c10cbe5777c4f9c586b6.tar.gz | |
Made warning in ScintillaWidget.h work better with GCC.
Diffstat (limited to 'include/ScintillaWidget.h')
| -rw-r--r-- | include/ScintillaWidget.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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" | 
