summaryrefslogtreecommitdiff
path: root/splint.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2002-03-23 22:49:31 +0000
committerPeter Johnson <peter@tortall.net>2002-03-23 22:49:31 +0000
commit55b9cf9b817c8b85153be4c1df08c1df6490b3d3 (patch)
tree0157d21d9391d9cbcae90ed1c8cc2b2b31f44515 /splint.sh
parentf37e5504bec315cc7a7007215491490345dc382b (diff)
downloadyasm-55b9cf9b817c8b85153be4c1df08c1df6490b3d3.tar.gz
Use -shiftimplementation because it's seeing enums as possibly negative for
the right side of <<. svn path=/trunk/yasm/; revision=545
Diffstat (limited to 'splint.sh')
-rwxr-xr-xsplint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/splint.sh b/splint.sh
index bed332de..3c26ddc1 100755
--- a/splint.sh
+++ b/splint.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-splint -exportlocal -predbool -boolops +boolint +charint -retvalint -retvalother +ansi89limits -I/usr/local/include -Isrc -Isrc/arch/x86 -I. -DHAVE_CONFIG_H -DHAVE_BOGUS_SYS_QUEUE_H -Dlint src/main.c src/options.c src/arch.c src/bytecode.c src/errwarn.c src/expr.c src/file.c src/floatnum.c src/globals.c src/intnum.c src/parser.c src/section.c src/arch/x86/x86arch.c src/arch/x86/x86bc.c src/arch/x86/x86expr.c src/objfmts/dbg/dbg-objfmt.c src/objfmts/bin/bin-objfmt.c src/parsers/nasm/nasm-parser.c src/preprocs/raw/raw-preproc.c src/optimizers/basic/basic-optimizer.c nasm-bison.c src/symrec.c src/hamt.c
+splint -exportlocal -predbool -boolops +boolint +charint -retvalint -retvalother -shiftimplementation +ansi89limits -I/usr/local/include -Isrc -Isrc/arch/x86 -I. -DHAVE_CONFIG_H -DHAVE_BOGUS_SYS_QUEUE_H -Dlint src/main.c src/options.c src/arch.c src/bytecode.c src/errwarn.c src/expr.c src/file.c src/floatnum.c src/globals.c src/intnum.c src/parser.c src/section.c src/arch/x86/x86arch.c src/arch/x86/x86bc.c src/arch/x86/x86expr.c src/objfmts/dbg/dbg-objfmt.c src/objfmts/bin/bin-objfmt.c src/parsers/nasm/nasm-parser.c src/preprocs/raw/raw-preproc.c src/optimizers/basic/basic-optimizer.c nasm-bison.c src/symrec.c src/hamt.c