mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 00:24:13 +00:00
Adds -Wnoexcept to the CMake pedantic flags.
This commit is contained in:
parent
d2f744a97d
commit
d6ec2a42fb
@ -326,6 +326,12 @@ check_compiler_has_flag(
|
||||
HAS_COMPILER_FLAG_WCXX_11_COMPAT
|
||||
)
|
||||
|
||||
check_compiler_has_flag(
|
||||
CXX_FLAGS_PEDANTIC_COMPILATION
|
||||
"-Wnoexcept"
|
||||
HAS_COMPILER_FLAG_WNOEXCEPT
|
||||
)
|
||||
|
||||
|
||||
### Set the final compiler flags.
|
||||
|
||||
|
@ -91,6 +91,7 @@ Version 1.11.0+svn:
|
||||
* Fix OOS when observe scenario 2 in a multiplayer campaign (bug #20217).
|
||||
* Synchronize underlying_unit_id in MP campaigns (bug #20227)
|
||||
* Fixed: Compilation with Boost 1.51.0 (Gentoo bug #440742).
|
||||
* Added -Wnoexcept to the CMake pedantic flags.
|
||||
|
||||
Version 1.11.0:
|
||||
* Add-ons client:
|
||||
|
Loading…
x
Reference in New Issue
Block a user