Ignore:
Timestamp:
Dec 23, 2020, 2:57:44 PM (5 years ago)
Author:
bird
Message:

kmk: Darwin build and warning fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r3415 r3491  
    71087108  struct nameseq *cur;
    71097109  int const stop = MAP_DIRSEP;
     7110  (void)funcname;
    71107111
    71117112  for (cur = chain; cur; cur = cur->next)
     
    71457146  struct nameseq *cur;
    71467147  int const stop = MAP_DIRSEP | MAP_DOT;
     7148  (void)funcname;
    71477149
    71487150  /* For suffixes we do a pre-pass that removes elements without suffixes.
Note: See TracChangeset for help on using the changeset viewer.