typeck.c (build_unary_op): Only warn about incr/decr a pointer if pedantic || warn_po...
authorBrendan Kehoe <brendan@cygnus.com>
Thu, 19 Feb 1998 09:55:51 +0000 (09:55 +0000)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Thu, 19 Feb 1998 09:55:51 +0000 (04:55 -0500)
commite62d5b583306f95fdc41d51d56349598e341d30b
treed13425e0f4e525a9c09052a36ecd523cb4223104
parent027905b46a074fd0443a6e529f92cbf198ba77b3
typeck.c (build_unary_op): Only warn about incr/decr a pointer if pedantic || warn_pointer_arith.

* typeck.c (build_unary_op): Only warn about incr/decr a pointer
if pedantic || warn_pointer_arith.

From-SVN: r18118
gcc/cp/ChangeLog
gcc/cp/typeck.c