Update Code::Blocks project files to C++14 (#2416)

This commit is contained in:
newfrenchy83 2018-01-29 11:13:24 +01:00 committed by Jyrki Vesterinen
parent d6bbdc3134
commit e20c55f57d
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-std=c++14" />
<Add option="-U__STRICT_ANSI__" />
<Add option="-include ../../src/wesnoth_lua_config.h" />
<Add directory="../../src" />

View file

@ -30,7 +30,7 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-std=c++14" />
<Add option="-mthreads" />
<Add option="-fexceptions" />
<Add option="-fdiagnostics-show-option" />

View file

@ -29,7 +29,7 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-std=c++14" />
<Add option="-mthreads" />
<Add option="-fexceptions" />
<Add option="-fdiagnostics-show-option" />