c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the qualifiers don't match...
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 12 Jan 2000 17:35:41 +0000 (17:35 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 12 Jan 2000 17:35:41 +0000 (17:35 +0000)
commitcd6311ef6edcaf65e88a0427f3368a7e8224b1df
tree9a787e4922adb3937e2386122c671a13db6b2b07
parentf668c81cda01a89410ae4b02364065be5b34cfc2
c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the qualifiers don't match at any level of...

* c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
qualifiers don't match at any level of pointerness.

From-SVN: r31356
gcc/ChangeLog
gcc/c-typeck.c