diff options
author | Tom Rini <trini@konsulko.com> | 2023-02-27 17:08:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-22 15:22:48 -0400 |
commit | 52ee1a0294e8657fc8d18c1ff20cf2b1a41457ef (patch) | |
tree | fc2f69cdd0377238cbcc996c297b0da233390106 /lib/zlib | |
parent | 12340b122b354ecca350c0d08ac3d825897bdafa (diff) |
global: Disable deprecated-non-prototype warning with clang
We have a number of places in the code which use the following syntax:
void func(a, b, c)
int a; /* Does a */
something_t *b; /* Pointer to b */
int c; /* Does c */
{
...
}
Which while not what we document as our coding style, this is also code
which we have imported from other projects, and would like to re-sync
with in the future. While the biggest example of this is the zlib code,
there are other places as well. For now, we will silence this warning.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/zlib')
0 files changed, 0 insertions, 0 deletions