diff options
author | Burt P <pburt0@gmail.com> | 2018-10-27 13:51:58 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-12-02 02:07:23 -0800 |
commit | f13f8e904d8822e3597b2a1653d34c3c9a4f6f68 (patch) | |
tree | d33b3d7503cd1b3607cb733cbe026857ab12c994 /CMakeLists.txt | |
parent | 95e53cda009f498a88f64ef71803a168cb08856c (diff) |
dt_util: enable and fix warnings
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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" ) |