mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
qpkg: use -Wmissing-prototypes
- Makefile (CFLAGS): use -Wmissing-prototypes - jrb.c (lprev, rprev): made "static" - prereq.c: include prereq.h
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CFLAGS = -Wall -Wshadow -g -O
|
||||
CFLAGS = -Wall -Wshadow -Wmissing-prototypes -g -O
|
||||
# -O, so that we get data flow analysis, which helps to find more bugs
|
||||
#LDFLAGS=-pg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user