scons: Fix warnings issued by clang 3.2svn (XCode 4.6)
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 19 Feb 2013 10:56:08 +0000 (05:56 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 19 Feb 2013 10:56:08 +0000 (05:56 -0500)
commita62afd094b75f52471ff2556c62c9c5f53d705e6
treec7d7d1dbbfd29c7bba2ef11a124cef014f5dff0c
parent08a5fd328b25d2ff431dc8f593c2d1bf3816b36e
scons: Fix warnings issued by clang 3.2svn (XCode 4.6)

This patch fixes the warnings that clang3.2svn emit due to the "-Wall"
flag. There is one case of an uninitialised value in the ARM neon ISA
description, and then a whole range of unused private fields that are
pruned.
23 files changed:
src/arch/alpha/linux/system.hh
src/arch/arm/isa/insts/neon.isa
src/arch/x86/interrupts.cc
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/base/statistics.hh
src/cpu/testers/traffic_gen/traffic_gen.hh
src/dev/Ethernet.py
src/dev/alpha/tsunami_io.hh
src/dev/i8254xGBe.cc
src/dev/i8254xGBe.hh
src/dev/x86/intdev.hh
src/mem/ruby/common/Consumer.hh
src/mem/ruby/filters/BlockBloomFilter.hh
src/mem/ruby/filters/BulkBloomFilter.hh
src/mem/ruby/filters/H3BloomFilter.hh
src/mem/ruby/filters/MultiBitSelBloomFilter.hh
src/mem/ruby/filters/MultiGrainBloomFilter.hh
src/mem/ruby/filters/NonCountingBloomFilter.hh
src/mem/ruby/network/garnet/fixed-pipeline/flitBuffer_d.hh
src/mem/ruby/network/garnet/flexible-pipeline/flitBuffer.hh
src/mem/ruby/system/DMASequencer.hh
src/mem/ruby/system/RubyPort.cc
src/mem/ruby/system/RubyPort.hh