mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
reduce warning spam
This commit is contained in:
parent
9a169784d2
commit
eb40681f0a
1 changed files with 3 additions and 0 deletions
|
@ -24,7 +24,10 @@
|
|||
this allows to catch some weird errors early at compile time
|
||||
*/
|
||||
|
||||
// TODO: finish complete cleanup and removal of STLPort usage traces
|
||||
#ifndef Q_NO_STLPORT
|
||||
#define Q_NO_STLPORT
|
||||
#endif
|
||||
|
||||
#ifdef Q_NO_STLPORT
|
||||
|
||||
|
|
Loading…
Reference in a new issue