Settings: add missing initialisation for member variable c99 (reported by Valgrind)
This commit is contained in:
parent
4424a7afb8
commit
bf25340fd3
|
@ -49,6 +49,7 @@ Settings::Settings()
|
|||
reportProgress = false;
|
||||
ifcfg = false;
|
||||
checkConfiguration = false;
|
||||
c99 = false;
|
||||
posix = false;
|
||||
|
||||
// This assumes the code you are checking is for the same architecture this is compiled on.
|
||||
|
|
Loading…
Reference in New Issue