[commit] r2806 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Oct 1 11:44:43 CDT 2021


Author: ksmyth
Date: Fri Oct  1 11:44:43 2021
New Revision: 2806

Log:
Fix some warnings

Modified:
   trunk/GME/Gme/StdAfx.h

Modified: trunk/GME/Gme/StdAfx.h
==============================================================================
--- trunk/GME/Gme/StdAfx.h	Fri Oct  1 11:44:37 2021	(r2805)
+++ trunk/GME/Gme/StdAfx.h	Fri Oct  1 11:44:43 2021	(r2806)
@@ -102,4 +102,10 @@
 //{{AFX_INSERT_LOCATION}}
 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
 
+#pragma warning( push )
+#pragma warning( disable : 4091 )
+#include "CrashRpt.h"
+#pragma warning( pop )
+
+
 #endif // !defined(AFX_STDAFX_H__BD235B4D_BD3F_11D3_91E2_00104B98EAD9__INCLUDED_)


More information about the gme-commit mailing list