mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Disable C4355 warnings
This commit is contained in:
parent
50eae8fff9
commit
6a719e2c91
@ -259,6 +259,8 @@ if( MSVC )
|
||||
string( APPEND WARN_FLAGS_CXX " /wd5204 /wd4265" )
|
||||
# disable "layout of class may have changed from a previous version of the compiler"
|
||||
string( APPEND WARN_FLAGS_CXX " /wd4371" )
|
||||
# disable "'this': used in base member initializer list"
|
||||
string( APPEND WARN_FLAGS_CXX " /wd4355" )
|
||||
# disable "relative include path contains '..'"
|
||||
string( APPEND WARN_FLAGS_CXX " /wd4464" )
|
||||
# disable "'const' variable is not used"
|
||||
|
Loading…
x
Reference in New Issue
Block a user