On 2019/11/24 15:13:56, lemzwerg wrote:
Please extend this patch to cover gcc, too.

AFAICT this already works with GCC because it just returns an error
code:
 $ gcc -Wnot-there -x c /dev/null
gcc: error: unrecognized command line option ‘-Wnot-there’
 $ echo $?
1

https://codereview.appspot.com/573270043/

Reply via email to