On Tue, 22 Mar 2011, Gabriel Michael Black wrote:

The two issues below are copied from ARM_FS, but other targets had the same problems.

These errors are making the build fail.

build/ARM_FS/cpu/testers/networktest/networktest.cc: In member function 'void NetworkTest::completeRequest(Packet*)': build/ARM_FS/cpu/testers/networktest/networktest.cc:160: warning: unused variable 'req' build/ARM_FS/cpu/testers/networktest/networktest.cc: In member function 'void NetworkTest::tick()': build/ARM_FS/cpu/testers/networktest/networktest.cc:194: error: call of overloaded 'pow(int, int&)' is ambiguous


These warnings should probably be cleaned up too, although I don't know how long they've been there or how hard that would be.


The warnings related to networktest.cc got added yesterday.



build/ARM_FS/mem/ruby/system/Sequencer.cc: In member function 'void Sequencer::issueRequest(const RubyRequest&)': build/ARM_FS/mem/ruby/system/Sequencer.cc:616: warning: 'ctype' may be used uninitialized in this function build/ARM_FS/mem/ruby/system/Sequencer.cc:653: warning: 'amtype' may be used uninitialized in this function


These I think have been around for quite a while.

--
Nilay
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to