diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-09-24 03:22:58 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-09-24 03:22:58 +0000 |
commit | 0975d66d2f06603f5e4016440b333aac88e2958a (patch) | |
tree | cd3767fb74c2475fd78bca9ff2d3ba825dd329f4 /src/unit | |
parent | 17df4c2b9616c29865b0d893cc797d4938a660a2 (diff) | |
download | libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.gz libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.bz2 libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.xz libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.zip |
Ok, now all the warnings are gone (except for those coming from nids, but that's
ok, nids is still in flux, they'll be gone soon).
Diffstat (limited to '')
-rw-r--r-- | src/unitsuite.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unitsuite.cpp b/src/unitsuite.cpp index 5e59026..0008721 100644 --- a/src/unitsuite.cpp +++ b/src/unitsuite.cpp | |||
@@ -21,7 +21,8 @@ Bu::UnitSuite::~UnitSuite() | |||
21 | { | 21 | { |
22 | } | 22 | } |
23 | 23 | ||
24 | int Bu::UnitSuite::run( int argc, char *argv[] ) | 24 | // Argument handling is coming soon, I promise. |
25 | int Bu::UnitSuite::run( int /*argc*/, char * /*argv */ [] ) | ||
25 | { | 26 | { |
26 | for( TestList::iterator i = lTests.begin(); i != lTests.end(); i++ ) | 27 | for( TestList::iterator i = lTests.begin(); i != lTests.end(); i++ ) |
27 | { | 28 | { |