Skip to content

Commit

Permalink
Disabled compiler warning because of unknown pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCahill committed Jun 10, 2024
1 parent 08c3f33 commit 34d553c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ if (TARGET sockcanpp_test)
${CMAKE_CURRENT_LIST_DIR}/CanDriver.cpp
)
endif()

add_compile_options(
-Wno-unknown-pragmas
)

0 comments on commit 34d553c

Please sign in to comment.