Skip to content

Commit

Permalink
Suppress warnings for apriltag
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jul 12, 2024
1 parent d8b9089 commit d642426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apriltag/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if(MSVC)
else()
target_compile_options(
apriltag
PRIVATE -Wno-sign-compare -Wno-gnu-zero-variadic-macro-arguments -Wno-type-limits
PRIVATE -Wno-sign-compare -Wno-gnu-zero-variadic-macro-arguments -Wno-type-limits -Wno-format-nonliteral
)
endif()

Expand Down

0 comments on commit d642426

Please sign in to comment.