diff options
author | Anastasia Klimchuk <aklm@chromium.org> | 2022-04-12 13:29:41 +1000 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2022-04-29 04:24:33 +0000 |
commit | 402e5d697c1ea09ef48bc09cbd4f743a7d44bc52 (patch) | |
tree | 022e654e2ccf1d6a523b3de7f6f6d5d889c14596 /w39.c | |
parent | f81c1c9d0ad8e83649e5bc3c7052e0c67aff0ba6 (diff) | |
download | flashrom-402e5d697c1ea09ef48bc09cbd4f743a7d44bc52.tar.gz flashrom-402e5d697c1ea09ef48bc09cbd4f743a7d44bc52.tar.bz2 flashrom-402e5d697c1ea09ef48bc09cbd4f743a7d44bc52.zip |
tests: Mark all static functions as static
Part 1 of fixing -Wmissing-prototypes warnings. This patch is
adding static to all functions which are actually static.
This fixes the warnings like this:
warning: no previous prototype for ‘function_name’
[-Wmissing-prototypes]
This patch is needed to sync compiler warning options between meson
and makefile.
TEST=running the following produces no warnings:
meson setup --wipe (to clean build directory)
ninja test
Change-Id: Ic54da5ac1b2a46f55e3e3bee4ed952bdf59e8444
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/63571
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Diffstat (limited to 'w39.c')
0 files changed, 0 insertions, 0 deletions