Changes between Version 1 and Version 2 of Ticket #61662


Ignore:
Timestamp:
Nov 27, 2020, 7:48:55 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61662

    • Property Summary changed from slrn @1.0.3: procmail to slrn @1.0.3: error: implicitly declaring library function 'exit'
  • Ticket #61662 – Description

    v1 v2  
    1414configure:8294: checking for an implementation of va_copy()
    1515configure:8323: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch x86_64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch x86_64 conftest.c  >&5
    16 conftest.c:91:4: c with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
     16conftest.c:91:4: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
    1717          exit (1);
    1818          ^