Skip to content

Commit dafe07e

Browse files
author
Bart Roossien
committed
refactor: special case with embedded warning
1 parent 3dcea60 commit dafe07e

File tree

1 file changed

+2
-1
lines changed
  • Core/Libraries/Source/Compression/EAC

1 file changed

+2
-1
lines changed

Core/Libraries/Source/Compression/EAC/gimex.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ gimex.h - Primary header file for the GIMEX API.
6666
#ifndef __GIMEX_H
6767
#define __GIMEX_H 1
6868

69-
#if defined(_MSC_VER)
7069
#pragma once
70+
71+
#if defined(_MSC_VER)
7172
#pragma warning(disable : 4100)
7273
/* warning C4100: unreferenced parameter */
7374
#endif

0 commit comments

Comments
 (0)