diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-29 03:17:55 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-29 03:17:55 +0000 |
commit | 8b83cb5ec36ca04d5564a5285593159c6c2b3eab (patch) | |
tree | b604937ed6bdeffdda97c3855bce9d7e4283f44d /examples | |
parent | f8d55188c5eaac9591471deac4250e58b193ad57 (diff) | |
download | ATCD-8b83cb5ec36ca04d5564a5285593159c6c2b3eab.tar.gz |
(main): removed argc declaration because it wast unused.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Service_Configurator/Misc/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Service_Configurator/Misc/main.cpp b/examples/Service_Configurator/Misc/main.cpp index c1c4d10d118..9b04215fe71 100644 --- a/examples/Service_Configurator/Misc/main.cpp +++ b/examples/Service_Configurator/Misc/main.cpp @@ -27,7 +27,7 @@ ACE_STATIC_SVC_REQUIRE (Timer_Service_1) int -main (int argc, char *argv[]) +main (int, char *argv[]) { char *l_argv[6]; |