df3fd1d12823e3241df52b9ad48d5e1f5de21262
Apparently -w will disable all warnings on GCC regardless of ordering (clang will still respect ordering so warnings that are enabled after -w are still respected). This is insane. Strip -w from the cflags. Anyone that wants this flag should be turning off the specific warnings (or just fix them), not disabling all warnings. Change-Id: I2ba065637dfdc192921da4d9adbdc63b728c166f
Description
No description provided
Languages
Makefile
32.1%
Python
31.1%
Go
13.7%
Rust
7.7%
Java
5.2%
Other
10.1%