lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAFf+5zgw5guo7O1LvwaCaRLLUv6dCw2Hm6C07zTXDGO_UynhHQ@mail.gmail.com> Date: Tue, 18 Oct 2022 10:19:46 +0530 From: Amit <amitchoudhary0523@...il.com> To: linux-kernel@...r.kernel.org Subject: gcc compilation flags for C programs to catch almost all errors. gcc compilation flags for C programs to catch almost all errors: -Wall -Werror -Wextra -Wundef -Wunreachable-code -Winit-self -Wparentheses -Wconversion -Wsign-conversion -Wsign-compare -Werror-implicit-function-declaration -Wmissing-prototypes -Wmissing-declarations -Wformat-security