SVN 12054 - many deprecation warnings during compile

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
Miramor
ISO Party Member
ISO Party Member
Posts: 410
Joined: Tue Jun 26, 2007 7:15 pm

SVN 12054 - many deprecation warnings during compile

Post by Miramor »

While compiling the new SVN I got this repeatedly:

Code: Select all

/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
warning: #warning This file includes at least one deprecated or
antiquated header which may be removed without further notice at a
future date. Please use a non-deprecated interface with equivalent
functionality instead. For a listing of replacement headers and
interfaces, consult the file backward_warning.h. To disable this warning
use -Wno-deprecated.
safemode
Developer
Developer
Posts: 2150
Joined: Mon Apr 23, 2007 1:17 am
Location: Pennsylvania
Contact:

Post by safemode »

it would help if you gave the full output so we'd know what header it's talking about that is deprecated.

we do lots of things that are obsolete or deprecated. So overall it doesn't surprise me, but it'd be nice to know what 4.3 is talking about.
Ed Sweetman endorses this message.
Miramor
ISO Party Member
ISO Party Member
Posts: 410
Joined: Tue Jun 26, 2007 7:15 pm

Post by Miramor »

Ah sorry, I guess I'll record the full output next time I compile. :oops:
Post Reply