Skip to content

Commit

Permalink
nasa#124 - Fix -Wextra errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
msuder committed Jun 8, 2023
1 parent ae805b6 commit 41d845a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/generic_imu
2 changes: 1 addition & 1 deletion sims/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(CXX_11 ON)
STRING(REGEX REPLACE "--std=c\\+\\+98" "" ITC_CXX_FLAGS ${ITC_CXX_FLAGS}) #Remove the C++98 Flag if it exists
endif(ITC_CXX_FLAGS)
set(ITC_CXX_FLAGS "${ITC_CXX_FLAGS} --std=c++11")
set(CMAKE_CXX_FLAGS "-m32 -Wl,--disable-new-dtags -Werror -Wall -pedantic -Wno-vla -Wwrite-strings -Wpointer-arith -Wcast-align")
set(CMAKE_CXX_FLAGS "-m32 -Wl,--disable-new-dtags -Werror -Wall -Wextra -pedantic -Wno-vla -Wwrite-strings -Wpointer-arith -Wcast-align")
set(CMAKE_SHARED_LINKER_FLAGS "-m32 -Wl,--disable-new-dtags")
endif(CXX_11)

Expand Down
2 changes: 1 addition & 1 deletion sims/sim_common
2 changes: 1 addition & 1 deletion sims/sim_terminal

0 comments on commit 41d845a

Please sign in to comment.