mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 21:56:23 +00:00

I also enabled /DEBUG:FASTLINK and /LTCG:incremental to speed up compile times. VS2015 introduces support for both switches. (cherry-picked from commit 3555b6278c2103391214e1da303d6c3e652387dc)
10 lines
323 B
Plaintext
10 lines
323 B
Plaintext
Files in src/ which have one or more warnings file-specifically deactivated for the Debug configuration.
|
|
These warnings are thrown due to included header files (mostly boost ones),
|
|
since they apparently don't compile using warnlevel 4.
|
|
|
|
game
|
|
network_asio
|
|
serialization/binary_or_text
|
|
serialization/parser
|
|
server/simple_wml
|