Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    5a1bf534
    Fix more compiler warnings: · 5a1bf534
    rtoy authored
    * alloc.c:  Include gencgc.h to get declaration of alloc().
    * gencgc.c:
      o Include string.h for memset.
      o Initialize some vars that gcc complains might be uninitialized
        (but they're not).
      o scav_fdefn isn't used on sparc, so comment it out.
      o valid_dynamic_space_pointer, maybe_adjust_large_object, and
        preserve_pointer are only used on x86, so comment #ifdef them for
        i386.
    * os-common.c:
      o Fix a few printf warnings.
      o Cast args to bcopy.
    5a1bf534
    History
    Fix more compiler warnings:
    rtoy authored
    * alloc.c:  Include gencgc.h to get declaration of alloc().
    * gencgc.c:
      o Include string.h for memset.
      o Initialize some vars that gcc complains might be uninitialized
        (but they're not).
      o scav_fdefn isn't used on sparc, so comment it out.
      o valid_dynamic_space_pointer, maybe_adjust_large_object, and
        preserve_pointer are only used on x86, so comment #ifdef them for
        i386.
    * os-common.c:
      o Fix a few printf warnings.
      o Cast args to bcopy.