Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
When adding -Wall to a Qt Creator project file like below, all standard compile warnings will be given to help you.
QMAKE_CXXFLAGS += -Wall |
Compile cleanly at high warning levels [1]. Prefer compile errors to runtime errors [2].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.