~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/ai/test/test_ai.cc

Merged lp:~widelands-dev/widelands/compiler-warnings-201908-2:
Fix compiler warnings and refactor config dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
// Triggered by BOOST_AUTO_TEST_CASE
31
31
CLANG_DIAG_OFF("-Wdisabled-macro-expansion")
 
32
CLANG_DIAG_OFF("-Wused-but-marked-unused")
32
33
 
33
34
using namespace Widelands;
34
35