From 56a58ee3166bd81380af2ff71e2b1ef4d067abd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Fr=C3=BChwirth?= Date: Mon, 16 May 2022 13:19:12 +0200 Subject: [PATCH] Enable compiler warnings --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 807fc2f..623b09c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,7 @@ cmake_minimum_required(VERSION 3.2) project(maconv) +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra") # Compile vendor libraries. add_subdirectory("vendors/libhfs")