X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=warning.c;h=77649d67ca974c6990a3969ee3d6db4716b31c8c;hb=3eaffe3cd146e92183a77693697af1c3aa034dab;hp=df0b7f57c0ab306d7442a491b8db8bd30cd03931;hpb=152becd590dc065f730deea680aa32b7d1032286;p=cparser diff --git a/warning.c b/warning.c index df0b7f5..77649d6 100644 --- a/warning.c +++ b/warning.c @@ -89,7 +89,7 @@ void set_warning_opt(const char *const opt) #define SET(y) (void)(warning.y = state) #define OPT(x, y) OPTX(x) SET(y) OPTX("all") { - /* Note: this switched on a lot of more warnings than gcc's -Wall */ + /* Note: this switched on a lot more warnings than gcc's -Wall */ SET(other); SET(address);