From 55b9cf9b817c8b85153be4c1df08c1df6490b3d3 Mon Sep 17 00:00:00 2001 From: Peter Johnson <peter@tortall.net> Date: Sat, 23 Mar 2002 22:49:31 +0000 Subject: [PATCH] Use -shiftimplementation because it's seeing enums as possibly negative for the right side of <<. svn path=/trunk/yasm/; revision=545 --- splint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0