summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2005-03-06 18:11:36 +0000
committerJean Delvare <jdelvare@suse.de>2005-03-06 18:11:36 +0000
commitb8f4927693db0feae372ac4ce02f1432e17abee0 (patch)
tree9bd381ebba2d8c16d39aa514e3830bee6c480eaf /Makefile
parentf56e40daf15bc4d4a7e3dcc3c58420a31b9b7668 (diff)
downloaddmidecode-git-b8f4927693db0feae372ac4ce02f1432e17abee0.tar.gz
Use -Winline.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 361e10b..9cdbacd 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
CC = gcc
CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
- -Wcast-align -Wwrite-strings -Wmissing-prototypes
+ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline
#CFLAGS += -DBIGENDIAN
#CFLAGS += -DALIGNMENT_WORKAROUND