Fix #815 (rev. 47e9d1: compilation error)
http://sourceforge.net/apps/trac/cppcheck/ticket/815
This commit is contained in:
parent
47e9d174e3
commit
0c3da73ee1
|
@ -34,9 +34,7 @@ Settings::Settings()
|
|||
_unusedFunctions = false;
|
||||
_jobs = 1;
|
||||
_exitCode = 0;
|
||||
#ifdef __GNUC__
|
||||
_showtime = false;
|
||||
#endif
|
||||
_append = "";
|
||||
}
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue