Fix some more gcc 9 warning after adding Wall to build config
authorTomasz Swierczek <t.swierczek@samsung.com>
Wed, 15 Jan 2020 05:55:58 +0000 (06:55 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Wed, 15 Jan 2020 05:55:58 +0000 (06:55 +0100)
Change-Id: I58ba59a277b97bd929d5967f15e59a8aaa2e5cf1

packaging/askuser-notification.spec

index 79078a5a202393d4e5d347f2d30e3f8524eee099..0a7601393ede7cf17ecd72d0b07ac2cf1be40498 100644 (file)
@@ -98,6 +98,7 @@ export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
 export CXXFLAGS="$CXXFLAGS -Wp,-U_FORTIFY_SOURCE"
 %endif
 
+export CXXFLAGS="$CXXFLAGS -Wno-implicit-fallthrough"
 export LDFLAGS+="-Wl,--rpath=%{_libdir}"
 
 %cmake . \