mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-03-08 23:55:11 +00:00
Disable C4746
This commit is contained in:
parent
9e510759b8
commit
afb61b3b4e
@ -278,4 +278,6 @@ if( MSVC )
|
||||
string( APPEND WARN_FLAGS_CXX " /wd4290" )
|
||||
# disable non-bool is explicitly cast to bool, forcing value of 0 or 1
|
||||
string( APPEND WARN_FLAGS_CXX " /wd4800" )
|
||||
# disable volatile access of '<expression>' is subject to /volatile:[iso|ms] setting;
|
||||
string( APPEND WARN_FLAGS_CXX " /wd4746" )
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user