Skip to content

Commit

Permalink
Merge pull request #885 from Autodesk/tremblp/MAYA-106088/windows_ini…
Browse files Browse the repository at this point in the history
…tialization_order_warning

Enable initialization order warning on Windows.
  • Loading branch information
Krystian Ligenza authored Nov 4, 2020
2 parents b5c8986 + 6919d0c commit 5cfeb1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/compiler_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ set(MSVC_FLAGS
/MP
# enable exception handling.
/EHsc
# enable initialization order as a level 3 warning
/w35038
# disable warnings
/wd4244
/wd4267
Expand Down

0 comments on commit 5cfeb1b

Please sign in to comment.