Add -Wno-error=deprecated-register to gdb build flags
[deliverable/binutils-gdb.git] / gdb / warning.m4
index ba52fb6c9ff08d0a7c79ac87d13e0bf798797787..3cfae65e780883bcb01ec58406d1b1c87ed1a9d0 100644 (file)
@@ -41,7 +41,8 @@ build_warnings="-Wall -Wpointer-arith \
 -Wno-switch -Wno-char-subscripts \
 -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
 -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized \
--Wno-mismatched-tags"
+-Wno-mismatched-tags \
+-Wno-error=deprecated-register"
 
 case "${host}" in
   *-*-mingw32*)
This page took 0.030649 seconds and 4 git commands to generate.