diff options
author | Tom Rini | 2023-02-27 17:08:34 -0500 |
---|---|---|
committer | Tom Rini | 2023-03-22 15:22:48 -0400 |
commit | f88d48cc74f0e78b14fed812101d94de65e43802 (patch) | |
tree | 3a86e7e409f25d5c6da372b4a856c6e5ebe0e657 /lib | |
parent | 52ee1a0294e8657fc8d18c1ff20cf2b1a41457ef (diff) |
dlmalloc: Fix a warning with clang-15
With clang-15 we now will get warnings such as:
warning: a function declaration without a prototype is deprecated in all
versions of C [-Wstrict-prototypes]
And it is easy enough to address this warning here, as we aren't
concerned with re-syncing with an upstream.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions