mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
graphics/sdl2_gpu: fix build with LLVM 16
Silence a warning about an incompatible function pointer type to fix the build on 14-CURRENT. This warning is harmless: the function pointer takes a const argument, but was assigned to where a pointer taking an unqualified argument was expected. Reported by: fallout
This commit is contained in:
parent
676a465257
commit
daafa4e5ea
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ GH_ACCOUNT= grimfang4
|
|||
GH_PROJECT= sdl-gpu
|
||||
|
||||
CMAKE_ON= USE_SYSTEM_GLEW DYNAMIC_GLES_3
|
||||
CFLAGS+= -Wno-incompatible-function-pointer-types
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_CMAKE_BOOL= BUILD_DOCS
|
||||
|
|
Loading…
Add table
Reference in a new issue