Kaydet (Commit) a0dd9940 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.5.88); FILE MERGED

2005/09/22 22:38:36 sb 1.5.88.2: RESYNC: (1.5-1.6); FILE MERGED
2005/09/14 10:21:53 sb 1.5.88.1: #i53898# Made code warning-free.
üst d6c5b747
......@@ -4,9 +4,9 @@
*
* $RCSfile: versioner.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: rt $ $Date: 2005-09-09 12:08:18 $
* last change: $Author: hr $ $Date: 2006-06-20 02:28:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -44,12 +44,12 @@
// ----------------------------------- Main -----------------------------------
#if (defined UNX) || (defined OS2)
int main( int argc, char* argv[] )
int main( int, char* argv[] )
#else
int _cdecl main( int argc, char* argv[] )
int _cdecl main( int, char* argv[] )
#endif
{
static char* optionSet[] = {
static char const * optionSet[] = {
"-time, display time only",
"-date, display date only",
"-upd, display UPD only",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment