aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken/autodecref.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-09-25 15:09:39 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-09-25 18:02:16 +0000
commit0f8b1cf2daae6fcc0a922a9e2514f12374eeee31 (patch)
treec2fa1daa35480f079939ebac57e5e6834bcbaf77 /sources/shiboken2/libshiboken/autodecref.h
parent3b90ea342b3f91d82a16a1c64dc555f1f3117261 (diff)
libshiboken: Remove left-over warnings pragma
Remove left-over from f61be404a9e197af33e169d1e81afb8df3f0546e, fixing: shiboken2\autodecref.h(109): warning C4193: #pragma warning(pop): no matching '#pragma warning(push)' Change-Id: I82a2b8627cd88393436568e12839a1ae988ac0dc Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken2/libshiboken/autodecref.h')
-rw-r--r--sources/shiboken2/libshiboken/autodecref.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/shiboken2/libshiboken/autodecref.h b/sources/shiboken2/libshiboken/autodecref.h
index 5e36a93c3..72fd236de 100644
--- a/sources/shiboken2/libshiboken/autodecref.h
+++ b/sources/shiboken2/libshiboken/autodecref.h
@@ -105,9 +105,5 @@ private:
} // namespace Shiboken
-#ifdef _MSC_VER
-__pragma(warning(pop))
-#endif
-
#endif // AUTODECREF_H