Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix: disabled 'missing-prototypes' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungheonOh committed Jan 14, 2020
1 parent 6633652 commit 1cce61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFLAGS+= -std=c99 -Wall -Wextra -Wmissing-prototypes -pedantic
CFLAGS+= -std=c99 -Wall -Wextra -pedantic
LDADD+= -lX11
LDFLAGS=
PREFIX?= /usr
Expand Down

0 comments on commit 1cce61e

Please sign in to comment.