checksyscalls: ignore -Wunused-macros
authorVincent Mailhol <mailhol.vincent@wanadoo.fr>
Fri, 22 Apr 2022 15:17:25 +0000 (00:17 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 May 2022 18:16:59 +0000 (03:16 +0900)
commitf4d40868fc4dcfd5db4999149b13fea3902c8883
treee6735e4cacb159a70141f2ab45b621d787e2d7e6
parenta90bb65ae2168c8b36e53f82dc3cb35c6cff4f1e
checksyscalls: ignore -Wunused-macros

The macros defined in this file are for testing only and are purposely
not used. When compiled with W=2, both gcc and clang yield some
-Wunused-macros warnings. Ignore them.

Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/checksyscalls.sh