We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcea60 commit dafe07eCopy full SHA for dafe07e
Core/Libraries/Source/Compression/EAC/gimex.h
@@ -66,8 +66,9 @@ gimex.h - Primary header file for the GIMEX API.
66
#ifndef __GIMEX_H
67
#define __GIMEX_H 1
68
69
-#if defined(_MSC_VER)
70
#pragma once
+
71
+#if defined(_MSC_VER)
72
#pragma warning(disable : 4100)
73
/* warning C4100: unreferenced parameter */
74
#endif
0 commit comments