diff options
author | Reza Arbab <arbab@linux.ibm.com> | 2025-04-02 09:13:37 -0500 |
---|---|---|
committer | Reza Arbab <arbab@linux.ibm.com> | 2025-04-04 09:02:39 -0500 |
commit | eee92af55c124eb5dbaf5ef5179086e20f790409 (patch) | |
tree | 10adc578381788416693e16066aaddaa86251cf8 | |
parent | 2f9c82b6c49d6fdde7495d704ad7e2ff9865033e (diff) | |
download | skiboot-master.zip skiboot-master.tar.gz skiboot-master.tar.bz2 |
The compile errors this ignores are now being resolved by use of the
"nonstring" attribute.
This reverts commit 009fd0976006d0327cf374c1ff8ae73dd4895efa.
Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
-rw-r--r-- | hdata/test/Makefile.check | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hdata/test/Makefile.check b/hdata/test/Makefile.check index 5950bf9..81d5561 100644 --- a/hdata/test/Makefile.check +++ b/hdata/test/Makefile.check @@ -13,8 +13,6 @@ coverage: hdata-coverage LCOV_EXCLUDE += $(HDATA_TEST:%=%.c) hdata/test/stubs.c LCOV_EXCLUDE += /usr/include/valgrind/memcheck.h -hdata/test/hdata_to_dt hdata/test/hdata_to_dt-gcov: HOSTCFLAGS += $(call try-cflag,$(HOSTCC),-Wno-error=unterminated-string-initialization) - hdata/test/hdata_to_dt-check: hdata/test/hdata_to_dt-check-q hdata/test/hdata_to_dt-check: hdata/test/hdata_to_dt-check-dt |