]> andersk Git - splint.git/blame - test/arraydims.expect
Fixed manual csvoverwrite.
[splint.git] / test / arraydims.expect
CommitLineData
077d4458 1
2arraydims.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
4arraydims.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
7Finished checking --- 2 code warnings, as expected
8
9Finished checking --- no warnings
This page took 0.053889 seconds and 5 git commands to generate.