From 68f415926d8ef16b571b6be9692447e82efd101d Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sun, 20 Dec 2020 16:39:38 +0100 Subject: Fix compile for gcc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30942d6..5d92253 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(SOURCES ifo_dump.c) # Add the executable add_executable(ifo_dump ${SOURCES}) -target_compile_options(ifo_dump PUBLIC -std=c89 -Wall -Wextra -Weverything -Wstrict-aliasing -pedantic -fstrict-aliasing) +target_compile_options(ifo_dump PUBLIC -std=c89 -Wall -Wextra -Wstrict-aliasing -pedantic -fstrict-aliasing) # Include libdvdread target_link_libraries(ifo_dump dvdread) -- cgit v1.2.3