mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-23 15:40:39 +00:00
cleanup: remove now unused B_ATTRIBUTE_USED macro.
git-svn-id: https://svn.eduke32.com/eduke32@2428 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
07426ccc2a
commit
91c13a4ee6
1 changed files with 0 additions and 7 deletions
|
@ -373,13 +373,6 @@ EXTERN char show2dwall[(MAXWALLS+7)>>3];
|
||||||
EXTERN char show2dsprite[(MAXSPRITES+7)>>3];
|
EXTERN char show2dsprite[(MAXSPRITES+7)>>3];
|
||||||
//EXTERN char automapping;
|
//EXTERN char automapping;
|
||||||
|
|
||||||
// GCC 4.6 LTO build fix
|
|
||||||
#ifdef USING_LTO
|
|
||||||
# define B_ATTRIBUTE_USED ATTRIBUTE((used))
|
|
||||||
#else
|
|
||||||
# define B_ATTRIBUTE_USED
|
|
||||||
#endif
|
|
||||||
|
|
||||||
EXTERN char gotpic[(MAXTILES+7)>>3];
|
EXTERN char gotpic[(MAXTILES+7)>>3];
|
||||||
EXTERN char gotsector[(MAXSECTORS+7)>>3];
|
EXTERN char gotsector[(MAXSECTORS+7)>>3];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue