fix -Wextra in FreeCADBase

This commit is contained in:
wmayer
2016-09-21 15:02:02 +02:00
parent e725c7b207
commit 39e589a4d7
16 changed files with 177 additions and 126 deletions

View File

@@ -781,7 +781,7 @@ Streambuf::seekoff(std::streambuf::off_type off,
std::streambuf::pos_type
Streambuf::seekpos(std::streambuf::pos_type pos,
std::ios_base::openmode which/*mode*/)
std::ios_base::openmode /*mode*/)
{
return seekoff(pos, std::ios_base::beg);
}