fwts/fwts-no-compiletime.patch
Martin Pluskal 3ebee3206b - Update to version 18.08.00:
* ACPICA: Update to version 20180810
  * uefi: uefivarinfo: add to UNSAFE category
  * acpi: gtdt: add checking the valid base physical address
  * dmicheck: update Processor Upgrade field in Type 4
  * dmicheck: update connection and port types in Type 8
  * dmicheck: update Usage and Characteristics 2 fields in Type 9
  * dmicheck: update memory type and add nvdimm fields for Type 17
  * coreboot/clog/clog.c: add clog test
- Refresh patch fwts-no-compiletime.patch
- Fix typo in changelog
- Don't build with -Werror (fixes build with gcc8)

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=81
2018-08-31 11:58:23 +00:00

14 lines
576 B
Diff

Index: fwts-18.08.00/src/acpica/source/compiler/aslutils.c
===================================================================
--- fwts-18.08.00.orig/src/acpica/source/compiler/aslutils.c
+++ fwts-18.08.00/src/acpica/source/compiler/aslutils.c
@@ -542,7 +542,7 @@ UtDisplaySummary (
/* Compiler name and version number */
FlPrintFile (FileId, "%s version %X [%s]\n\n",
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION);
}
/* Summary of main input and output files */