Skip to content

Commit

Permalink
Update warning disabling comment to clarify latest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Aug 2, 2024
1 parent f4558a2 commit ce7f022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSimCreator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ target_compile_options(OpenSimCreator PUBLIC
# msvc (Windows) flags
$<$<CXX_COMPILER_ID:MSVC>:

# disable warning 4996: Simbody uses a deprecated iterator class
# disable warning 4996: OpenSim's `spdlog` transitively uses a deprecated `stdext::checked_array_iterator`
/wd4996

# disable warning about signed/unsigned comparison mismatch
Expand Down

0 comments on commit ce7f022

Please sign in to comment.