colobot/test/unit
AbigailBuccaneer 6978c28ee0 Compile with -Wsuggest-override under GCC
Clang by default compiles with -Winconsistent-missing-override, which
warns when a class declares virtual functions that override those in the
base class, and some but not all of them are explicitly declared
`override`.

GCC doesn't support this option, but has a stronger version,
-Wsuggest-override. In combination with -Werror, this means that any
virtual function that overrides another *must* be explicitly declared as
`override`.

This commit enables -Wsuggest-override where available. This means that
GCC users can't break the Clang build with inconsistent overrides (see
 #1113 and #1114) and consequently that any build that passes the pull
request CI build on Jenkins won't break because of inconsistent
overrides.
2018-04-19 19:58:44 +01:00
..
CBot Compile with -Wsuggest-override under GCC 2018-04-19 19:58:44 +01:00
app Moved system modules from app/ to common/system/ 2016-07-24 14:38:49 +02:00
common Moved system modules from app/ to common/system/ 2016-07-24 14:38:49 +02:00
graphics/engine Updated license headers 2016-02-13 14:11:30 +01:00
math Updated license headers 2016-02-13 14:11:30 +01:00
CMakeLists.txt Moved system modules from app/ to common/system/ 2016-07-24 14:38:49 +02:00
main.cpp Updated license headers 2016-02-13 14:11:30 +01:00