* src/misc/intvcmp2.cc: Cosmetics to please sanity checks.

This commit is contained in:
Alexandre Duret-Lutz 2011-05-05 15:06:41 +02:00
parent fea61e9f51
commit 3752c3918e
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2011-05-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/intvcmp2.cc: Cosmetics to please sanity checks.
2011-05-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix compilation error with g++ <= 4.3.

View file

@ -84,10 +84,10 @@ namespace spot
1, // 8
1, // 9
1, // 10
0,0,0,0,0, // 11-15
0,0,0,0,0, // 16-20
0,0,0,0,0, // 21-25
0,0,0,0,0, // 26-30
0, 0, 0, 0, 0, // 11-15
0, 0, 0, 0, 0, // 16-20
0, 0, 0, 0, 0, // 21-25
0, 0, 0, 0, 0, // 26-30
};
unsigned int pos = 0;