1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

b2/: use -Wextra (and fix places where this caused trouble)

This commit is contained in:
Werner Almesberger
2012-05-23 18:48:59 -03:00
parent 66aea07f23
commit 24abc2c49c
4 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
SHELL = /bin/bash
CFLAGS = -g -Wall $(shell pkg-config --cflags glib-2.0)
CFLAGS = -g -Wall -Wextra $(shell pkg-config --cflags glib-2.0)
SLOPPY = -Wno-unused -Wno-implicit-function-declaration
OBJS = bom.o boom.o chr.o comp.o db.o dump.o eval.o param.o relop.o \
subex.o subst.o util.o \