scons: Add warning for missing declarations
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 19 Feb 2013 10:56:07 +0000 (05:56 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 19 Feb 2013 10:56:07 +0000 (05:56 -0500)
commit319443d42dbed8d6b07b8a2b7a0e565ff5bd8abf
tree49e9d2efb1b21b93cc825dbcbb2c906cbe71fa31
parentb44e0ce52b894fd4eecc9339e213b7a111c2cc1d
scons: Add warning for missing declarations

This patch enables warnings for missing declarations. To avoid issues
with SWIG-generated code, the warning is only applied to non-SWIG
code.
43 files changed:
src/SConscript
src/arch/arm/isa/formats/misc.isa
src/arch/arm/isa/insts/m5ops.isa
src/arch/mips/isa/formats/control.isa
src/arch/mips/isa/formats/dsp.isa
src/arch/mips/isa/formats/fp.isa
src/arch/mips/isa/formats/mem.isa
src/arch/mips/isa/formats/mt.isa
src/arch/mips/isa/includes.isa
src/arch/sparc/faults.hh
src/arch/x86/bios/intelmp.hh
src/arch/x86/cpuid.hh
src/arch/x86/interrupts.hh
src/base/debug.cc
src/base/debug.hh
src/base/hostinfo.cc
src/base/hostinfo.hh
src/base/inet.hh
src/base/statistics.cc
src/base/statistics.hh
src/base/stats/text.hh
src/base/userinfo.cc
src/cpu/legiontrace.hh
src/cpu/pc_event.hh
src/dev/disk_image.hh
src/kern/tru64/dump_mbuf.cc
src/kern/tru64/printf.cc
src/mem/ruby/buffers/MessageBuffer.hh
src/mem/ruby/network/simple/PerfectSwitch.hh
src/mem/ruby/profiler/AddressProfiler.hh
src/mem/ruby/system/CacheMemory.hh
src/mem/ruby/system/RubyMemoryControl.hh
src/mem/ruby/system/WireBuffer.hh
src/python/swig/pyobject.cc
src/python/swig/pyobject.hh
src/sim/debug.hh
src/sim/drain.hh
src/sim/eventq.hh
src/sim/init.hh
src/sim/serialize.hh
src/sim/sim_object.hh
src/sim/stat_control.hh
src/sim/system.hh