Skip to content
  • David Lawrence's avatar
    Silence HP/UX warnings: · 1a36eb12
    David Lawrence authored
    cc: "mem.c", line 173: warning 714: Function "malloc_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 180: warning 714: Function "malloc_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 188: warning 714: Function "free_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 194: warning 714: Function "free_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 205: warning 714: Function "malloc_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 212: warning 714: Function "malloc_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 222: warning 714: Function "realloc_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 228: warning 714: Function "realloc_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 236: warning 714: Function "free_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 242: warning 714: Function "free_debug_func" called with no prototype or definition in scope.
    cc: "mem.c", line 258: warning 714: Function "set_debug_options_func" called with no prototype or definition in scope.
    cc: "mem.c", line 264: warning 714: Function "get_debug_options_func" called with no prototype or definition in scope.
    1a36eb12