fix -Wextra in FreeCADBase

This commit is contained in:
wmayer
2016-09-21 15:02:02 +02:00
parent 3f9fd3d54f
commit f408f3180b
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);
}