1. 25 5月, 2021 15 次提交
  2. 24 5月, 2021 1 次提交
    • T
      pylibfdt: Rework "avoid unused variable warning" lines · a2cfad8e
      Tom Rini 提交于
      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: NTom Rini <trini@konsulko.com>
      a2cfad8e
  3. 23 5月, 2021 1 次提交
  4. 21 5月, 2021 16 次提交
  5. 20 5月, 2021 7 次提交