mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Disable a certain clang warning for libpng.
This commit is contained in:
parent
1334d7fc41
commit
60818222e4
1
Externals/libpng/CMakeLists.txt
vendored
1
Externals/libpng/CMakeLists.txt
vendored
@ -18,4 +18,5 @@ set(SRCS
|
||||
pngwtran.c
|
||||
pngwutil.c
|
||||
)
|
||||
add_definitions(-Wno-self-assign)
|
||||
add_library(png STATIC ${SRCS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user