]> andersk Git - splint.git/blobdiff - src/constraintTerm.c
Temporarily set flags to splintme without warnings.
[splint.git] / src / constraintTerm.c
index 8d1aa1306a42f8d319effd00326941488f61a6e7..a309c9d6d0d119ce98113944339d4470f84180c7 100644 (file)
 # include "exprNodeSList.h"
 
 /*@-czechfcns@*/
+/*@-nullderef@*/ /* !!! DRL needs to fix this code! */
+/*@-nullstate@*/ /* !!! DRL needs to fix this code! */
+/*@-nullpass@*/ /* !!! DRL needs to fix this code! */
+/*@-temptrans@*/ /* !!! DRL needs to fix this code! */
 
-/*@access exprNode @*/
+/*@access exprNode@*/ /* !!! NO! Don't do this recklessly! */
 
 bool constraintTerm_isDefined (constraintTerm t)
 {
This page took 2.140778 seconds and 4 git commands to generate.