Skip to content

Commit

Permalink
Merge pull request #26 from nobleo/cleanup/stricter-compiler-settings
Browse files Browse the repository at this point in the history
Stricter compiler settings.
  • Loading branch information
lewie-donckers authored Feb 15, 2022
2 parents 9698b4e + f603fec commit 1495813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.2)
add_compile_options(-std=c++17)
add_compile_options(-std=c++17 -Wall -Wextra -Wno-unused-parameter -Werror)
project(path_tracking_pid)

## Find catkin and any catkin packages
Expand Down

0 comments on commit 1495813

Please sign in to comment.