projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
012038c
)
(sample): Add -Wall -Wmissing-prototypes options for gcc.
author
tomo
<tomo>
Mon, 13 Oct 2003 06:43:17 +0000
(06:43 +0000)
committer
tomo
<tomo>
Mon, 13 Oct 2003 06:43:17 +0000
(06:43 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
1f29bcd
..
5a495d5
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-59,7
+59,7
@@
install.libs: libchise.la
sample: sample.c libchise.la
- gcc -o sample sample.c -lchise
+ gcc -Wall -Wmissing-prototypes -o sample sample.c -lchise
clean: