Skip to content
Snippets Groups Projects
Select Git revision
  • 0de02de76833cf3adcc0ba2e43cff52e6e18b63f
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

asm

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
user avatar
Tom Rini authored
We will see warnings such as:
net/eth_common.c:57:61: warning: data argument not used by format string [-Wformat-extra-args]
        sprintf(enetvar, index ? "%s%daddr" : "%saddr", base_name, index);
                                              ~~~~~~~~             ^
With clang.  In this case we do not want to re-write our code to be less
compact as the above is intentional and readable.  Add a comment above
the disabling so that it's clear why we want that warning off.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
94443878
History
Name Last commit Last update
..