Skip to content

Commit 23cda53

Browse files
committed
Added minour #undef for removing compiler warnings.
Changes to be committed: modified: inc/ae2f/Macro.h
1 parent 0f4c549 commit 23cda53

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

inc/ae2f/Macro.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
#define __ae2f_MACRO_GENERATED 0
33
#endif
44

5+
#undef ae2f_WhenMac
6+
#undef ae2f_WhenNMac
7+
#undef ae2f_MAC
8+
59
#if !__ae2f_MACRO_GENERATED
610

711
/** Available when is macro-generated */
8-
#define ae2f_WhenMac(...)
12+
#define ae2f_WhenMac(...)
913

1014
/** Available when is not-macro-generated. */
11-
#define ae2f_WhenNMac(...) __VA_ARGS__
15+
#define ae2f_WhenNMac(...) __VA_ARGS__
1216

1317
#else
1418

0 commit comments

Comments
 (0)