mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Remove ATTRIBUTE((used)) from gotpic[] because it only served to generate warnings when using LTO.
git-svn-id: https://svn.eduke32.com/eduke32@2418 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
6e295f958b
commit
5b76b7dbba
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ EXTERN char show2dsprite[(MAXSPRITES+7)>>3];
|
|||
# define B_ATTRIBUTE_USED
|
||||
#endif
|
||||
|
||||
EXTERN char B_ATTRIBUTE_USED gotpic[(MAXTILES+7)>>3];
|
||||
EXTERN char gotpic[(MAXTILES+7)>>3];
|
||||
EXTERN char gotsector[(MAXSECTORS+7)>>3];
|
||||
|
||||
EXTERN char editorcolors[256];
|
||||
|
|
Loading…
Reference in a new issue