Do not define __attribute__ in opj_includes.h (#751)

Fix #727
This commit is contained in:
Matthieu Darbois 2016-04-23 14:17:31 +02:00
parent a9feb9addd
commit c559c62853
1 changed files with 0 additions and 6 deletions

View File

@ -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 */