diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 67cb03c7..39acca1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,7 +155,7 @@ set(MODULE_devices_SOURCES modules/devices/printers.c modules/devices/resources.c modules/devices/sensors.c - modules/devices/spd-decode.c +# modules/devices/spd-decode2.c modules/devices/storage.c modules/devices/usb.c ) @@ -201,8 +201,9 @@ set_source_files_properties( set_source_files_properties( modules/devices/dmi_memory.c +# modules/devices/spd-decode2.c PROPERTIES - COMPILE_FLAGS "-std=c99" + COMPILE_FLAGS "-std=c99 -Wno-deprecated-declarations" ) foreach (_module ${HARDINFO_MODULES}) |