Disable a certain clang warning for libpng.

This commit is contained in:
comex 2013-12-08 15:43:23 -05:00
parent 1334d7fc41
commit 60818222e4

View File

@ -18,4 +18,5 @@ set(SRCS
pngwtran.c
pngwutil.c
)
add_definitions(-Wno-self-assign)
add_library(png STATIC ${SRCS})