mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 21:54:22 +08:00
[COMP]
- Silence warnings svn path=/trunk/; revision=62575
This commit is contained in:
@@ -76,10 +76,10 @@ int _tmain (int argc, TCHAR *argv[])
|
||||
--argc;
|
||||
switch (argv[i][1]) {
|
||||
case 'A': bAscii = TRUE;
|
||||
_tprintf(_T("/a not Supported\n")); /*FIXME: needs adding */
|
||||
_tprintf(_T("/a not Supported\n")); (void)bAscii; /*FIXME: needs adding */
|
||||
break;
|
||||
case 'L': bLineNos = TRUE;
|
||||
_tprintf(_T("/l not supported\n")); /*FIXME: needs adding */
|
||||
_tprintf(_T("/l not supported\n")); (void)bLineNos; /*FIXME: needs adding */
|
||||
break;
|
||||
case '?': Usage();
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user