devel/efivar: Fix build with GCC 14

GCC 14 has transformed some warnings into errors: revert them to simple
warnings.

PR:		281226
Reported by:	exp-run (antoine)
This commit is contained in:
Lorenzo Salvadore 2024-09-05 12:00:37 +02:00
parent 85f7ee26d6
commit a067c93271
No known key found for this signature in database
GPG key ID: B58F7C3CF6DB8A38

View file

@ -14,6 +14,8 @@ NOT_FOR_ARCHS_REASON= specification only supports little-endian processors
LIB_DEPENDS= libpopt.so:devel/popt
CFLAGS+= -fpermissive
USES= gmake localbase pkgconfig
USE_GCC= yes
USE_GITHUB= yes