aboutsummaryrefslogtreecommitdiff
path: root/bfd/makefile.vms
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-11-04 13:51:37 +0000
committerTristan Gingold <gingold@adacore.com>2010-11-04 13:51:37 +0000
commit52e00d50337ce0e3ccad7a99c301851dfc721ec2 (patch)
tree4ab473604cdaf07e4f6a0aa652e5936be9aae458 /bfd/makefile.vms
parent129b5d55a3dca92ea486dfcecec18055fa6815cc (diff)
downloadgdb-52e00d50337ce0e3ccad7a99c301851dfc721ec2.zip
gdb-52e00d50337ce0e3ccad7a99c301851dfc721ec2.tar.gz
gdb-52e00d50337ce0e3ccad7a99c301851dfc721ec2.tar.bz2
2010-11-04 Tristan Gingold <gingold@adacore.com>
* makefile.vms (CFLAGS): Make badalias warnings informational. * vms-lib.c (vms_lib_bread): Avoid arithmetic on void pointer.
Diffstat (limited to 'bfd/makefile.vms')
-rw-r--r--bfd/makefile.vms2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/makefile.vms b/bfd/makefile.vms
index f013554..8cbb680 100644
--- a/bfd/makefile.vms
+++ b/bfd/makefile.vms
@@ -37,7 +37,7 @@ else
OPT=/noopt/debug
CFLAGS=/name=(as_is,shortened)/include=([],"../include")\
/define=("unlink=remove",DEBUGDIR="""GNU$$DEBUGDIR:""",$(DEFS))\
- /warns=(infor=missingreturn)$(OPT)
+ /warns=(infor=(missingreturn,badansialias))$(OPT)
endif
libbfd.olb: $(OBJS)