suppress -Woverloaded-virtual warnings from smesh

This commit is contained in:
wmayer
2016-12-30 12:11:35 +01:00
parent 40c25e0809
commit 3377b42642
3 changed files with 13 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
#include <Python.h>
#endif
#if defined(__GNUG__) && !defined(__APPLE__)
#if defined(__GNUG__) && !defined(__clang__)
#pragma implementation
#endif