From f13f8e904d8822e3597b2a1653d34c3c9a4f6f68 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 27 Oct 2018 13:51:58 -0500 Subject: dt_util: enable and fix warnings Signed-off-by: Burt P --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7dbd98d..fa27def2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -225,6 +225,7 @@ set_source_files_properties( hardinfo/gpu_util.c hardinfo/cpu_util.c hardinfo/x_util.c + hardinfo/dt_util.c PROPERTIES COMPILE_FLAGS "-Wall -Wextra -Wno-parentheses -Wno-unused-function" ) -- cgit v1.2.3