diff options
Diffstat (limited to 'third_party/libopenjpeg20/0013-attrib_fix.patch')
-rw-r--r-- | third_party/libopenjpeg20/0013-attrib_fix.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/libopenjpeg20/0013-attrib_fix.patch b/third_party/libopenjpeg20/0013-attrib_fix.patch deleted file mode 100644 index 4c1330420b..0000000000 --- a/third_party/libopenjpeg20/0013-attrib_fix.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/third_party/libopenjpeg20/opj_includes.h b/third_party/libopenjpeg20/opj_includes.h
-index f855b7c..5add091 100644
---- a/third_party/libopenjpeg20/opj_includes.h
-+++ b/third_party/libopenjpeg20/opj_includes.h
-@@ -102,12 +102,6 @@
- ==========================================================
- */
-
--/* Ignore GCC attributes if this is not GCC */
--#ifndef __GNUC__
-- #define __attribute__(x) /* __attribute__(x) */
--#endif
--
--
- /* Are restricted pointers available? (C99) */
- #if (__STDC_VERSION__ != 199901L)
- /* Not a C99 compiler */
-
|