Skip to content

Commit

Permalink
Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used n…
Browse files Browse the repository at this point in the history
…owhere

in the LLVM source base.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16162 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Reid Spencer committed Sep 3, 2004
1 parent 40b062f commit ec9d780
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,6 @@ CPPFLAGS += -D_GNU_SOURCE
# Pull in limit macros from stdint.h, even in C++:
CPPFLAGS += -D__STDC_LIMIT_MACROS

### FIXME: this is GCC specific
CPPFLAGS += -DATTR_DEPRECATED='__attribute__ ((deprecated))'

CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused
CompileOptimizeOpts := -O3 -DNDEBUG -finline-functions

Expand Down

0 comments on commit ec9d780

Please sign in to comment.