Skip to content

Commit

Permalink
Do not define __attribute__ in opj_includes.h (#751)
Browse files Browse the repository at this point in the history
Fix #727
  • Loading branch information
mayeut committed Apr 23, 2016
1 parent a9feb9a commit c559c62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib/openjp2/opj_includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c559c62

Please sign in to comment.