mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
silence compile warning .
This commit is contained in:
parent
aeb807ca16
commit
ea4c214b04
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ TEST(WaypointTest, SerdeTest)
|
|||
ASSERT_EQ(WaypointToString(0), "A");
|
||||
ASSERT_EQ(StringToWaypoint("A"), 0);
|
||||
|
||||
for (auto idx = 0ull; idx < 702; ++idx) {
|
||||
for (auto idx = 0; idx < 702; ++idx) {
|
||||
cout << "Waypoint " << idx << ": " << WaypointToString(idx) << endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue