Skip to content

Commit

Permalink
All files now pass compilation with -Wshadow without trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Oct 29, 2024
1 parent 714c194 commit 48db7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ endif

LIBSADDED=
EXE=
CFLAGS+=-Wextra -Wall -O3 -pedantic
CXXFLAGS+=-Wextra -Wall -O3 -pedantic
CFLAGS+=-Wextra -Wall -O3 -pedantic -Wshadow
CXXFLAGS+=-Wextra -Wall -O3 -pedantic -Wshadow

ifdef UCHAR
CFLAGS += -funsigned-char
Expand Down

0 comments on commit 48db7ac

Please sign in to comment.