Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    771b7ee4
    Fix more compiler warnings. · 771b7ee4
    Raymond Toy authored
    Linux-os.c:
    o Fix warning about pointer to int warning.
    
    lisp.c:
    o Linux needs time.h to define tzset.
    o Fix warning about unused result from getwcd.  If getcwd fails, we
      now just exit with a message because we can't find anything.
    771b7ee4
    History
    Fix more compiler warnings.
    Raymond Toy authored
    Linux-os.c:
    o Fix warning about pointer to int warning.
    
    lisp.c:
    o Linux needs time.h to define tzset.
    o Fix warning about unused result from getwcd.  If getcwd fails, we
      now just exit with a message because we can't find anything.