Skip to content
  • Marius Gerbershagen's avatar
    fix some compiler warnings · fc4054d7
    Marius Gerbershagen authored
    __attribute__((unused)) suppresses unused variable warnings for
    the_env in dpp generated code.
    
    :case keyword argument in translate-pathname is unused and not
    required by the ANSI spec.
    
    espace_flag in sharp_colon_reader is unused and not necessary for the
    current implementation.
    
    ihs_function_name is unused and duplicated as ihs-fname in lsp/top.lsp
    fc4054d7