commit | 026795cea0b527484051ae1a3947fa8c266b666d | [log] [tgz] |
---|---|---|
author | Karl Meakin <karl.meakin@arm.com> | Mon Jun 03 19:09:04 2024 +0100 |
committer | Karl Meakin <karl.meakin@arm.com> | Tue Jun 11 13:33:45 2024 +0100 |
tree | 1d843ff68fd57afd54a1e0aa51abcb957cdd4521 | |
parent | 36bdb76f62a80d0e1bb1c55aaff962311256ff6c [diff] |
fix: disable `-Wsign-compare` The `-Wextra` flag was enabled in the parent `BUILD.gn`, which causes `dtc` to inherit the `-Wextra` flag and fail to compile with `-Wsign-compare` errors. Change-Id: I3ecd8871bda1620d5bf741814f4cf342ac22ed36 Signed-off-by: Karl Meakin <karl.meakin@arm.com>