Bug 1375 - [LLVM] unsued functions in timer-test-suite.cc
[LLVM] unsued functions in timer-test-suite.cc
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: core
ns-3-dev
All All
: P5 normal
Assigned To: Mathieu Lacage
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-22 09:02 UTC by Gustavo J. A. M. Carneiro
Modified: 2012-02-24 03:37 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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