Skip to content

Commit

Permalink
Remove unnecessary warning suppression (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim authored Sep 29, 2020
1 parent 24a521c commit 85031df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ endif()
add_definitions(-DJSBSIM_ROOT_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
add_definitions(
-Wno-address-of-packed-member # MAVLink annoyances
-Wno-deprecated-declarations # MAVLink annoyances
)

include_directories(include)
Expand Down

0 comments on commit 85031df

Please sign in to comment.