IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2004, 8:40:04 PM (21 years ago)
Author:
eugene
Message:

fixes for -Wall -Werror (mostly get_argument lines)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/local.c

    r2598 r2843  
    99
    1010  STATIC = FALSE;
    11   if (N = get_argument (argc, argv, "-static")) {
     11  if ((N = get_argument (argc, argv, "-static"))) {
    1212    remove_argument (N, &argc, argv);
    1313    STATIC = TRUE;
Note: See TracChangeset for help on using the changeset viewer.