Fix #815 (rev. 47e9d1: compilation error)

http://sourceforge.net/apps/trac/cppcheck/ticket/815
This commit is contained in:
Reijo Tomperi 2009-10-13 18:49:11 +03:00
parent 47e9d174e3
commit 0c3da73ee1
2 changed files with 0 additions and 4 deletions

View File

@ -34,9 +34,7 @@ Settings::Settings()
_unusedFunctions = false;
_jobs = 1;
_exitCode = 0;
#ifdef __GNUC__
_showtime = false;
#endif
_append = "";
}

View File

@ -76,10 +76,8 @@ public:
e.g. "{severity} {file}:{line} {message} {id}" */
std::string _outputFormat;
#ifdef __GNUC__
/** show timing information */
bool _showtime;
#endif
/** List of include paths, e.g. "my/includes/" which should be used
for finding include files inside source files. */