Opened 19 months ago

Last modified 11 months ago

#67087 assigned defect

Macports ventura clang-mp-15 -> openmp defect — at Initial Version

Reported by: mu578 (μῦ) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: libomp

Description

port 2.8.1 newly installed:

/opt/local/include/libomp/omp.h:53:9: warning: ISO C restricts enumerator values to range of 'int' (2147483648 is too large) [-Wpedantic]

omp_sched_monotonic = 0x80000000

/opt/local/include/libomp/omp.h:403:7: warning: ISO C restricts enumerator values to range of 'int' (18446744073709551615 is too large) [-Wpedantic]

KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX ~

/opt/local/include/libomp/omp.h:419:7: warning: ISO C restricts enumerator values to range of 'int' (18446744073709551615 is too large) [-Wpedantic]

KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX ~

/opt/local/include/libomp/omp.h:463:39: warning: ISO C restricts enumerator values to range of 'int' (18446744073709551615 is too large) [-Wpedantic]

typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t;

~

/opt/local/include/libomp/omp.h:500:54: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]

extern void *llvm_omp_target_dynamic_shared_alloc();

void

Change History (0)

Note: See TracTickets for help on using tickets.