Enable compiler warnings

This commit is contained in:
Adrian Frühwirth 2022-05-16 13:19:12 +02:00
parent e54e2f5b5e
commit 56a58ee316
1 changed files with 1 additions and 0 deletions

View File

@ -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")