diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-14 04:56:23 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-14 04:56:23 +0000 |
commit | 15afbfd288bd8c5ee751174049da7bfeb4f0f834 (patch) | |
tree | 6a164d514d70d869df3197fd1d38435d677274ee /regress/libexec/ld.so | |
parent | a8c116ff98a00b21411f77a4f17c89871a0c9c1a (diff) |
add -Wall -Werror. this way, if __weak_alias() is missing it won't go
further.
Diffstat (limited to 'regress/libexec/ld.so')
-rw-r--r-- | regress/libexec/ld.so/weak/libweak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/weak/libweak/Makefile b/regress/libexec/ld.so/weak/libweak/Makefile index e5d4e155fea..e5a7e9e7556 100644 --- a/regress/libexec/ld.so/weak/libweak/Makefile +++ b/regress/libexec/ld.so/weak/libweak/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2002/02/10 22:51:41 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2002/02/14 04:56:22 fgsch Exp $ LIB= weak SRCS= weak.c -CFLAGS+= -I${.CURDIR}/../prog +CFLAGS+= -Wall -Werror -I${.CURDIR}/../prog regress: all |