Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
When adding -Wextra to a Qt Creator project file like below, extra compile warnings will be given to help you.
QMAKE_CXXFLAGS += -Wextra |
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.