From db2954e8eb41da715b9e7d79a72e225797401413 Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 9 Mar 2015 12:22:13 +0100 Subject: minor cleanup --- src/pluginlist.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index 80fcc25b..7be2df28 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -26,6 +26,8 @@ along with Mod Organizer. If not, see . #include #include #include +#pragma warning(push) +#pragma warning(disable: 4100) #ifndef Q_MOC_RUN #include #include @@ -338,4 +340,6 @@ private: }; +#pragma warning(pop) + #endif // PLUGINLIST_H -- cgit v1.3.1