Loading
_2bwm: fix build with GCC 15
Pass -std=gnu17 to work around incompatible-pointer-types errors. The upstream code declares callback functions with empty parameter lists, which GCC 15 (defaulting to gnu23) now rejects. Ref: #475479
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Pass -std=gnu17 to work around incompatible-pointer-types errors. The upstream code declares callback functions with empty parameter lists, which GCC 15 (defaulting to gnu23) now rejects. Ref: #475479