]> andersk Git - splint.git/blob - test/arraydims.expect
noexpand always false.
[splint.git] / test / arraydims.expect
1
2 arraydims.c:3:3: Initializer block for daytab[1] has 14 elements, but declared
3     as int [13]: 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 52
4 arraydims.c:8:5: Initializer block for daytab2[0][1] has 14 elements, but
5     declared as int [13]: 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 52
6
7 Finished checking --- 2 code warnings, as expected
8
9 Finished checking --- no warnings
This page took 0.050374 seconds and 5 git commands to generate.