Skip to content
Snippets Groups Projects
Closed Handle present but cannot be compiled warning
  • View options
  • Handle present but cannot be compiled warning

  • View options
  • Closed Issue created by Peter W. Draper

    Need to expand the line:

    AC_CHECK_HEADERS([sys/time.h c_asm.h intrinsics.h mach/mach_time.h])

    to follow the pattern:

    AC_CHECK_HEADERS([immintrin.h], [], [],
    [#ifdef HAVE_IMMINTRIN_H
    # include <immintrin.h>
    #endif
    ])

    So that we handle the case when the C preprocessor is happy with the headers, but they do not compile without generating lots of warnings.

    Linked items ... 0

  • Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading