From 0975d66d2f06603f5e4016440b333aac88e2958a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Sep 2008 03:22:58 +0000 Subject: 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). --- src/tests/procs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/procs.cpp') diff --git a/src/tests/procs.cpp b/src/tests/procs.cpp index c233040..c4b3ebc 100644 --- a/src/tests/procs.cpp +++ b/src/tests/procs.cpp @@ -2,7 +2,7 @@ #include -int main( int agrc, char *argv[] ) +int main() { //Bu::Process p( argv[1], argv+1 ); Bu::Process p("mplayer", "mplayer", "dvd://", "-framedrop", -- cgit v1.2.3