Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
warning under OS X build
  • Loading branch information
mpgerlek committed May 12, 2015
1 parent 3a56acd commit 5fa6e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/io/las/LasReaderTest.cpp
Expand Up @@ -408,5 +408,5 @@ TEST(LasReaderTest, LasHeaderIncorrentPointcount)
PointViewSet viewSet = reader.execute(table);
PointViewPtr view = *viewSet.begin();

EXPECT_EQ(1064, view->size());
EXPECT_EQ(1064u, view->size());
}

0 comments on commit 5fa6e59

Please sign in to comment.