platform_external_dtc/pylibfdt
Tom Rini 61e513439e pylibfdt: Rework "avoid unused variable warning" lines
Clang has -Wself-assign enabled by default under -Wall and so when
building with -Werror we would get an error here.  Inspired by Linux
kernel git commit a21151b9d81a ("tools/build: tweak unused value
workaround") make use of the fact that both Clang and GCC support
casting to `void` as the method to note that something is intentionally
unused.

Signed-off-by: Tom Rini <trini@konsulko.com>
Message-Id: <20210524154910.30523-1-trini@konsulko.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2021-05-25 13:27:00 +10:00
..
.gitignore Use Python3 by default 2019-03-29 15:43:24 +11:00
libfdt.i pylibfdt: Rework "avoid unused variable warning" lines 2021-05-25 13:27:00 +10:00
Makefile.pylibfdt pylibfdt: allow build out of tree 2020-10-21 14:35:17 +11:00
meson.build build-sys: add meson build 2020-10-21 14:36:07 +11:00
setup.py pylibfdt: allow build out of tree 2020-10-21 14:35:17 +11:00