Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4526 closed defect (fixed)

rtpg_mapalgebra.c:85: error: ignoring #pragma clang diagnostic [-Werror=unknown-pragmas]

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 3.0.0
Component: postgis Version: master
Keywords: Cc:

Description

This is the reason why gitlab-ci fails:

rtpg_mapalgebra.c:85: error: ignoring #pragma clang diagnostic [-Werror=unknown-pragmas]

See https://gitlab.com/postgis/postgis/-/jobs/313311954

Change History (2)

comment:1 by strk, 5 years ago

Resolution: fixed
Status: newclosed

In 17875:

Use clang pragma only with clang

Hopefully fixes #4526

Note: See TracTickets for help on using tickets.