]> andersk Git - splint.git/blobdiff - src/exprChecks.c
Made make lint work. Although exprNode_doSwitchExpr surpresses too much.
[splint.git] / src / exprChecks.c
index e662771e5c7d4aacf0011e56068b28436a392ed1..3691147717d243754668ec08c8c136ca55a92d78 100644 (file)
@@ -938,6 +938,8 @@ void exprNode_checkFunction (/*@unused@*/ uentry ue, /*@only@*/ exprNode fcnBody
     // check if errors will printed
     if (! (context_getFlag(FLG_DEBUGFUNCTIONCONSTRAINT) ||
           context_getFlag(FLG_FUNCTIONCONSTRAINT) ||
+          context_getFlag(FLG_ARRAYBOUNDS) ||
+          context_getFlag(FLG_ARRAYBOUNDSREAD) ||
           context_getFlag(FLG_CHECKPOST) 
           )
        )
This page took 0.232665 seconds and 4 git commands to generate.