From 91af75547e7d494a82f8af8d17b4b9acb0af938d Mon Sep 17 00:00:00 2001 From: Burt P Date: Wed, 26 Jun 2019 22:58:57 -0500 Subject: Combine Memory DMI and Memory SPD into "Memory Devices" Combines the information from DMI and SPD into a single Memory Devices section. Signed-off-by: Burt P --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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}) -- cgit v1.2.3