Checking Notepad++: Enabled all warnings

This commit is contained in:
Daniel Marjamäki 2007-06-08 18:20:13 +00:00
parent 5b83f5d0cd
commit 9da999b53f
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ FOR %%s IN (npp41\scintilla\src\*.cxx) DO (
ECHO %%s
ECHO ---------------------------------- >> scintilla.txt
ECHO %%s >> scintilla.txt
cppcheck %%s 2>> scintilla.txt
cppcheck -w %%s 2>> scintilla.txt
)
@ -22,7 +22,7 @@ FOR %%s IN (npp41\PowerEditor\src\*.cpp) DO (
ECHO %%s
ECHO ---------------------------------- >> npp41.txt
ECHO %%s >> npp41.txt
cppcheck %%s 2>> npp41.txt
cppcheck -w %%s 2>> npp41.txt
)