]> andersk Git - splint.git/blobdiff - test/preds.expect
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / test / preds.expect
index 9a8315d534e278d6c4e7e2e5fcbacd3e485f5e27..a1f1576f7a1461e65107721b141b8d5626a86c65 100644 (file)
@@ -16,8 +16,8 @@ preds.c:25:7: Test expression for if not bool, type char: (c = 'a')
 preds.c:30:7: Use of == with bool variables (risks inconsistency because of
                  multiple true values): b1 == b2
   Two bool values are compared directly using a C primitive. This may produce
-  unexpected results since all non-zero values are considered TRUE, so
-  different TRUE values may not be equal. The file bool.h (included in
+  unexpected results since all non-zero values are considered true, so
+  different true values may not be equal. The file bool.h (included in
   splint/lib) provides bool_equal for safe bool comparisons. (Use -boolcompare
   to inhibit warning)
 preds.c:35:7: Test expression for if not bool, type char: c
@@ -56,8 +56,8 @@ preds.c:25:7: Test expression for if not bool, type char: (c = 'a')
 preds.c:30:7: Use of == with bool variables (risks inconsistency because of
                  multiple true values): b1 == b2
   Two bool values are compared directly using a C primitive. This may produce
-  unexpected results since all non-zero values are considered TRUE, so
-  different TRUE values may not be equal. The file bool.h (included in
+  unexpected results since all non-zero values are considered true, so
+  different true values may not be equal. The file bool.h (included in
   splint/lib) provides bool_equal for safe bool comparisons. (Use -boolcompare
   to inhibit warning)
 preds.c:35:7: Test expression for if not bool, type char: c
This page took 0.060102 seconds and 4 git commands to generate.