Skip to content

Commit

Permalink
[dash-SAI] Enable warnings as errors
Browse files Browse the repository at this point in the history
For better catching mistakes and bugs
  • Loading branch information
kcudnik committed Nov 22, 2023
1 parent a4009ba commit 5482f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/SAI/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CXXFLAGS_COMMON+= -Wcast-align
CXXFLAGS_COMMON+= -Wcast-qual
CXXFLAGS_COMMON+= -Wconversion
CXXFLAGS_COMMON+= -Wdisabled-optimization
#CXXFLAGS_COMMON+= -Werror # disabled until warnings will be fixed
CXXFLAGS_COMMON+= -Werror
CXXFLAGS_COMMON+= -Wextra
CXXFLAGS_COMMON+= -Wfloat-equal
CXXFLAGS_COMMON+= -Wformat=2
Expand Down

0 comments on commit 5482f12

Please sign in to comment.