Remove compile warning.

pull/1099/head
Kim Kulling 2016-12-03 09:23:07 +01:00
parent 573c8b1cb1
commit eb302dab82
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ TEST_F( utDefaultIOStream, FileSizeTest ) {
tmpnam( buffer );
std::FILE *fs( std::fopen( buffer, "w+" ) );
size_t written( std::fwrite( buffer, 1, sizeof( char ) * L_tmpnam, fs ) );
EXPECT_NE( 0U, written );
std::fflush( fs );
TestDefaultIOStream myStream( fs, buffer );