From 336b9d7272ed8b1a9dccee27dec20e3377ee0c74 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 28 Dec 2021 07:52:25 +0200 Subject: Viewing unsupported files in another app After receiving content of unsupported type, show a footer action button to open it in another app. IssueID #135 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 94b70ea0..37afe9d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -330,6 +330,7 @@ target_include_directories (app PUBLIC target_compile_options (app PUBLIC -Werror=implicit-function-declaration -Werror=incompatible-pointer-types + -Wno-deprecated-declarations ${SDL2_CFLAGS} -DSTB_VORBIS_NO_STDIO=1 -DSTB_VORBIS_NO_INTEGER_CONVERSION=1 -- cgit v1.2.3