Changeset 12500
- Timestamp:
- Mar 19, 2007, 2:40:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psArguments.c
r12289 r12500 7 7 * @author David Robbins, MHPCC 8 8 * 9 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-03- 07 02:50:15$9 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-03-20 00:40:06 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 79 79 } 80 80 psArgumentRemove(argnum, argc, argv); 81 psTraceSetLevel(argv[argnum], atoi(argv[argnum+1])); // XXX: This function should return an error if the trace level is invalid 81 // psTraceSetLevel is cast to void to avoid a warning in the case where 82 // PS_NO_TRACE is set and psTraceSetLevel is a macro returning an 83 // untyped value 84 (void)psTraceSetLevel(argv[argnum], atoi(argv[argnum+1])); // XXX: This function should return an error if the trace level is invalid 82 85 psArgumentRemove(argnum, argc, argv); 83 86 psArgumentRemove(argnum, argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.
