Skip to content

Commit

Permalink
change warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Aug 10, 2024
1 parent fa14007 commit a8b2b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ LIBS := -static -lgdi32 -lm -lopengl32 -lwinmm -ggdb
EXT = .exe
LIB_EXT = .dll

WARNINGS = -Wall -Werror -Wstrict-prototypes -Wextra -Wstrict-prototypes -Wold-style-definition -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-but-set-variable -Wno-missing-braces -Wno-missing-variable-declarations -Wno-redundant-decls -Wno-unused-function -Wno-unused-label -Wno-unused-result -Wno-incompatible-pointer-types -Wno-format -Wno-format-extra-args -Wno-implicit-function-declaration -Wno-implicit-int -Wno-pointer-sign -Wno-switch -Wno-switch-default -Wno-switch-enum -Wno-unused-value -Wno-type-limits
OS_DIR = \\

WARNINGS = -Wall -Werror
detected_OS = windows

# not using a cross compiler
Expand Down Expand Up @@ -92,6 +92,7 @@ debug: all
.$(OS_DIR)$$exe$(EXT); \
done

make advanced/glfw
.$(OS_DIR)advanced$(OS_DIR)glfw
make clean

Expand Down

0 comments on commit a8b2b9c

Please sign in to comment.