Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1575294
| From | Jessica Yu <jeyu@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: modules: mark __inittest/__exittest as __maybe_unused |
| Date | 2017-02-07 02:00 +0100 |
| Message-ID | <t82it-3XP-11@gated-at.bofh.it> (permalink) |
| References | <t66zU-fo-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
+++ Arnd Bergmann [01/02/17 18:00 +0100]: >clang warns about unused inline functions by default: > >arch/arm/crypto/aes-cipher-glue.c:68:1: warning: unused function '__inittest' [-Wunused-function] >arch/arm/crypto/aes-cipher-glue.c:69:1: warning: unused function '__exittest' [-Wunused-function] > >As these appear in every single module, let's just disable the warnings by marking the >two functions as __maybe_unused. > >Signed-off-by: Arnd Bergmann <arnd@arndb.de> Applied, thanks. Jessica
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] modules: mark __inittest/__exittest as __maybe_unused Arnd Bergmann <arnd@arndb.de> - 2017-02-01 18:10 +0100
Re: [PATCH] modules: mark __inittest/__exittest as __maybe_unused Rusty Russell <rusty@rustcorp.com.au> - 2017-02-02 10:30 +0100
Re: [PATCH] modules: mark __inittest/__exittest as __maybe_unused Arnd Bergmann <arnd@arndb.de> - 2017-02-02 11:20 +0100
Re: [PATCH] modules: mark __inittest/__exittest as __maybe_unused Rusty Russell <rusty@rustcorp.com.au> - 2017-02-02 20:20 +0100
Re: [PATCH] modules: mark __inittest/__exittest as __maybe_unused Miroslav Benes <mbenes@suse.cz> - 2017-02-02 20:50 +0100
Re: modules: mark __inittest/__exittest as __maybe_unused Jessica Yu <jeyu@redhat.com> - 2017-02-07 02:00 +0100
csiph-web