aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-07-21 04:15:24 +0000
committerLev Walkin <vlm@lionet.info>2004-07-21 04:15:24 +0000
commitc698eb8839f14733c25525a4e47404e522f3ba8f (patch)
tree9524e58c8a664d7d7388734bae75bee2429c5638 /asn1c
parente877c82f1ce9a67b8e018e4a4ce6cef64ecb134d (diff)
typo
Diffstat (limited to 'asn1c')
-rwxr-xr-xasn1c/tests/check-assembly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1c/tests/check-assembly.sh b/asn1c/tests/check-assembly.sh
index a1756b4d..836c5e80 100755
--- a/asn1c/tests/check-assembly.sh
+++ b/asn1c/tests/check-assembly.sh
@@ -33,7 +33,7 @@ set +x
# Create a Makefile for the project.
cat > Makefile <<EOM
-CFLAGS=-I. -Wall -g ${CFLAGS} -DEMIT_ASN_DEBUG
+CFLAGS=-I. -W -Wall -Werror -g ${CFLAGS} -DEMIT_ASN_DEBUG
SRCS=`echo *.c`
OBJS=\${SRCS:.c=.o}
check-executable: \${OBJS}