[Bug 271047] [exp-run] Against llvm-16-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Jun 2023 15:49:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271047

--- Comment #51 from Vladislav Shchapov <vladislav@shchapov.ru> ---
(In reply to Antoine Brodin from comment #45)


textproc/opensp error:
Recognizer.cxx:42:3: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]


math/coinutils error:
./CoinOslC.h:37:15: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]



I suggest trying a solution similar to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271712 :

CPPFLAGS+=  -Dregister=

-- 
You are receiving this mail because:
You are on the CC list for the bug.