diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-02-20 12:17:49 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-02-20 12:17:49 +0000 |
commit | e7a8485402327fdc5843b7ec0228c6e70ed1919f (patch) | |
tree | 87a03a4b80de0f788c338a3896c3958732968137 /gcc | |
parent | fde0083d94b6b08d58c0d0fc43f56eb0d8dd2508 (diff) | |
download | gcc-e7a8485402327fdc5843b7ec0228c6e70ed1919f.zip gcc-e7a8485402327fdc5843b7ec0228c6e70ed1919f.tar.gz gcc-e7a8485402327fdc5843b7ec0228c6e70ed1919f.tar.bz2 |
common.opt (Wlarger-than-): Add Undocumented.
2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
* common.opt (Wlarger-than-): Add Undocumented.
From-SVN: r156925
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/common.opt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b34e83a..4ab4c0d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org> + + * common.opt (Wlarger-than-): Add Undocumented. + 2010-02-19 Mike Stump <mikestump@comcast.net> * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it. diff --git a/gcc/common.opt b/gcc/common.opt index 3318258..633ab47 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -122,7 +122,7 @@ Common Var(warn_inline) Warning Warn when an inlined function cannot be inlined Wlarger-than- -Common RejectNegative Joined UInteger Warning +Common RejectNegative Joined UInteger Warning Undocumented Wlarger-than= Common RejectNegative Joined UInteger Warning |