u-boot-brain/scripts/dtc/pylibfdt
Tom Rini a2cfad8ecc 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>
2021-05-24 11:47:44 -04:00
..
.gitignore scripts: dtc: ignore files generated generated by python 2019-11-23 14:53:48 -05:00
Makefile dtc: Update the build rule for pylibfdt 2021-04-06 16:33:10 +12:00
libfdt.i_shipped pylibfdt: Rework "avoid unused variable warning" lines 2021-05-24 11:47:44 -04:00
setup.py pylibfdt: Convert to Python 3 2019-11-04 18:15:32 -07:00