--- dmidecode.c.orig 2014-03-16 16:18:54.406781498 +0100 +++ dmidecode.c 2014-03-16 16:17:19.958569704 +0100 @@ -4326,7 +4326,7 @@ u8 *data; int i = 0; - if (ver > SUPPORTED_SMBIOS_VER) + if ((ver > SUPPORTED_SMBIOS_VER) && !(opt.flags & FLAG_QUIET)) { printf("# SMBIOS implementations newer than version %u.%u are not\n" "# fully supported by this version of dmidecode.\n",