mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 20:09:06 +08:00
Enable -Werror and fix a number of minor warnings that existed.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
AM_CFLAGS = -Wall -Wextra -Wwrite-strings -Wno-unused-parameter -std=c99 -D_GNU_SOURCE -D_REENTRANT
|
||||
AM_CFLAGS = -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=c99 -D_GNU_SOURCE -D_REENTRANT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user