warning hunting
This commit is contained in:
parent
9aaafc2cdb
commit
0363af1289
13 changed files with 153 additions and 145 deletions
|
|
@ -25,8 +25,10 @@
|
|||
|
||||
//-----------------------------------------------------------------------------//
|
||||
|
||||
#ifndef __GNUG__
|
||||
// to avoid long name warnings
|
||||
#pragma warning(disable:4786)
|
||||
#endif // __GNUG__
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
|||
Reference in a new issue