artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdffcd0
)
warn about implicit. misspelled function names in libc are deadly.
author
tedu
<tedu@openbsd.org>
Wed, 21 May 2014 01:17:52 +0000
(
01:17
+0000)
committer
tedu
<tedu@openbsd.org>
Wed, 21 May 2014 01:17:52 +0000
(
01:17
+0000)
lib/libc/Makefile
patch
|
blob
|
history
diff --git
a/lib/libc/Makefile
b/lib/libc/Makefile
index
e933ff5
..
8748037
100644
(file)
--- a/
lib/libc/Makefile
+++ b/
lib/libc/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.3
2 2013/06/01 21:26:17 stsp
Exp $
+# $OpenBSD: Makefile,v 1.3
3 2014/05/21 01:17:52 tedu
Exp $
#
# The NLS (message catalog) functions are always in libc. To choose that
# strerror(), perror(), strsignal(), psignal(), etc. actually call the NLS
@@
-11,6
+11,7
@@
LIB=c
CLEANFILES+=tags
+CFLAGS+=-Wimplicit
#CFLAGS+=-Werror
LDADD=-nodefaultlibs -lgcc