Skip to content

Commit

Permalink
fix(Makevars): Removes -w flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kellijohnson-NOAA committed Nov 21, 2024
1 parent 4cf53a2 commit 85dfb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXX_STD = CXX17
PKG_CXXFLAGS = -DTMB_MODEL -DTMB_EIGEN_DISABLE_WARNINGS -w
PKG_CXXFLAGS = -DTMB_MODEL -DTMB_EIGEN_DISABLE_WARNINGS
CXX17STD = -std=c++17 -w
USE_CXX17 = "yes"

0 comments on commit 85dfb32

Please sign in to comment.