Bug 1375

Summary: [LLVM] unsued functions in timer-test-suite.cc
Product: ns-3 Reporter: Gustavo J. A. M. Carneiro <gjcarneiro>
Component: coreAssignee: Mathieu Lacage <mathieu.lacage>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Gustavo J. A. M. Carneiro 2012-02-22 09:02:10 UTC
clang++ complains about a couple of unused functions that I had to remove:

diff -r d3c1e0eab341 src/core/test/timer-test-suite.cc
--- a/src/core/test/timer-test-suite.cc	Wed Feb 22 13:58:51 2012 +0000
+++ b/src/core/test/timer-test-suite.cc	Wed Feb 22 14:01:09 2012 +0000
@@ -38,21 +38,12 @@
 void bar5i (int, int, int, int, int)
 {
 }
-void bar6i (int, int, int, int, int, int)
-{
-}
 void barcir (const int &)
 {
 }
 void barir (int &)
 {
 }
-void barip (int *)
-{
-}
-void barcip (const int *)
-{
-}
 } // anonymous namespace
Comment 1 Mathieu Lacage 2012-02-24 03:37:21 UTC
changeset c488dc0ef76c