summaryrefslogtreecommitdiff
path: root/compiler.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-03-07 11:50:38 -0800
committerH. Peter Anvin <hpa@zytor.com>2016-03-07 11:50:38 -0800
commit0b7969e9a95f2ed7c791ddde87a0a8ab2bb9d5d4 (patch)
tree9fd1b9f89c7921d159c3a61625bdf50961e2d9a5 /compiler.h
parentcfd56ebb81fee0d310b2bc673625fca53536a4e0 (diff)
parentc5b2de096436661892c13ec2c645e6d643c800f7 (diff)
downloadnasm-0b7969e9a95f2ed7c791ddde87a0a8ab2bb9d5d4.tar.gz
Merge branch 'nasm-2.12.xx'
Resolved Conflicts: compiler.h Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'compiler.h')
-rw-r--r--compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler.h b/compiler.h
index 310e79b9..baa8d197 100644
--- a/compiler.h
+++ b/compiler.h
@@ -72,12 +72,6 @@
#define __STDC_LIMIT_MACROS 1
#define __STDC_FORMAT_MACROS 1
-#ifdef __GNUC__
-# define _unused __attribute__((unused))
-#else
-# define _unused
-#endif
-
/* Some versions of MSVC have these only with underscores in front */
#include <stddef.h>
#include <stdarg.h>