Re: [PATCH] Specify -Wformat along with -Wformat-security

2018-12-27 Thread Masaya Suzuki
On Thu, Dec 27, 2018 at 10:36 AM Duy Nguyen wrote: > > On Thu, Dec 27, 2018 at 7:18 PM Masaya Suzuki wrote: > > > > Without -Wformat, -Wformat-security won't work. > > > > > cc1: error: -Wformat-security ignored without -Wformat > > > [-Werror=format-security] > > Compiler name and version? I'm

Re: [PATCH] Specify -Wformat along with -Wformat-security

2018-12-27 Thread Duy Nguyen
On Thu, Dec 27, 2018 at 7:18 PM Masaya Suzuki wrote: > > Without -Wformat, -Wformat-security won't work. > > > cc1: error: -Wformat-security ignored without -Wformat > > [-Werror=format-security] Compiler name and version? > > Signed-off-by: Masaya Suzuki > --- > config.mak.dev | 1 + > 1 fil

[PATCH] Specify -Wformat along with -Wformat-security

2018-12-26 Thread Masaya Suzuki
Without -Wformat, -Wformat-security won't work. > cc1: error: -Wformat-security ignored without -Wformat > [-Werror=format-security] Signed-off-by: Masaya Suzuki --- config.mak.dev | 1 + 1 file changed, 1 insertion(+) diff --git a/config.mak.dev b/config.mak.dev index bbeeff44f..aae9db67d 10