summaryrefslogtreecommitdiff
path: root/lib/elf_py.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2024-04-30 14:13:22 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2024-05-02 22:26:53 +0200
commitda3677e7199e1911e55a70ab37b2a2ebac2db6a9 (patch)
treeddbb09727efc331d38fa5d93ef59ddc8636a4434 /lib/elf_py.c
parent552a0a3a284194dc4f9dac3d72259e9d622813e1 (diff)
tools/gcc-plugins: warn for `suseconds_t` format
The plugin was already catching attempts to print `time_t` without casting it first (there is no valid printf specifier without a cast), but `__suseconds64_t` needs the same treatment. (Probably `__suseconds_t` too, if it exists, which I'm not sure it does - but that doesn't matter, the plugin ignores non-existing types.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/elf_py.c')
0 files changed, 0 insertions, 0 deletions