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;
|
_unusedFunctions = false;
|
||||||
_jobs = 1;
|
_jobs = 1;
|
||||||
_exitCode = 0;
|
_exitCode = 0;
|
||||||
#ifdef __GNUC__
|
|
||||||
_showtime = false;
|
_showtime = false;
|
||||||
#endif
|
|
||||||
_append = "";
|
_append = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,10 +76,8 @@ public:
|
||||||
e.g. "{severity} {file}:{line} {message} {id}" */
|
e.g. "{severity} {file}:{line} {message} {id}" */
|
||||||
std::string _outputFormat;
|
std::string _outputFormat;
|
||||||
|
|
||||||
#ifdef __GNUC__
|
|
||||||
/** show timing information */
|
/** show timing information */
|
||||||
bool _showtime;
|
bool _showtime;
|
||||||
#endif
|
|
||||||
|
|
||||||
/** List of include paths, e.g. "my/includes/" which should be used
|
/** List of include paths, e.g. "my/includes/" which should be used
|
||||||
for finding include files inside source files. */
|
for finding include files inside source files. */
|
||||||
|
|
Loading…
Reference in New Issue