Settings: add missing initialisation for member variable c99 (reported by Valgrind)

This commit is contained in:
Stefan Weil 2011-10-08 10:29:11 +02:00 committed by Daniel Marjamäki
parent 4424a7afb8
commit bf25340fd3
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Settings::Settings()
reportProgress = false; reportProgress = false;
ifcfg = false; ifcfg = false;
checkConfiguration = false; checkConfiguration = false;
c99 = false;
posix = false; posix = false;
// This assumes the code you are checking is for the same architecture this is compiled on. // This assumes the code you are checking is for the same architecture this is compiled on.