]> andersk Git - splint.git/blobdiff - src/constraintExpr.c
Temporarily set flags to splintme without warnings.
[splint.git] / src / constraintExpr.c
index 4249d9ca48bc0b682b3391f05b6bb9ce3a2ed6ce..1ea7f54e41ad4e2de44bc3760f35477ae3cb2ff0 100644 (file)
 
 /*@-czechfcns@*/
 
+/*@access exprNode@*/ /* !!! NO! Don't do this recklessly! */
+/*@-nullderef@*/ /* !!! DRL needs to fix this code! */
+/*@-nullstate@*/ /* !!! DRL needs to fix this code! */
+/*@-temptrans@*/ /* !!! DRL needs to fix this code! */
 
 
-/*@access exprNode constraintExpr@*/
-
 static ctype constraintExpr_getOrigType (constraintExpr p_e);
 static bool constraintExpr_hasTypeChange(constraintExpr p_e) /*@*/;
 
This page took 2.0201 seconds and 4 git commands to generate.