Sarcasm / flycheck-irony

C, C++ and Objective-C support for Flycheck, using Irony Mode
56 stars 10 forks source link

-Wall -Wextra #16

Closed AndreaOrru closed 8 years ago

AndreaOrru commented 8 years ago

Hi, I noticed that c/c++-clang uses -Wall -Wextra by default to show more warnings. Shouldn't this be enabled by default on Irony as well? Is there a way to add it manually?

Thanks.

AndreaOrru commented 8 years ago

Whooops, sorry, I already answered myself. .clang_complete will take care of it.