summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-05 12:10:44 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-05 12:10:44 +0000
commit75b9059b4c1ca2385089df39b11471f57f69ed89 (patch)
treeae566e3ec2d76fdf13022c963ef741f1168eb789 /gcc/dwarf2out.c
parenta3cd0f6a7ef1ad65e20f3fe5eafedbb496572b80 (diff)
downloadgcc-75b9059b4c1ca2385089df39b11471f57f69ed89.tar.gz
2009-06-05 Richard Guenther <rguenther@suse.de>
PR bootstrap/40350 * dwarf2out.c (dwarf2out_begin_function): Mark discriminator as possibly unused. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148206 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index dc5ed24c18a..e78d334fea8 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -16226,7 +16226,7 @@ dwarf2out_begin_function (tree fun)
static void
dwarf2out_source_line (unsigned int line, const char *filename,
- int discriminator)
+ int discriminator ATTRIBUTE_UNUSED)
{
if (debug_info_level >= DINFO_LEVEL_NORMAL
&& line != 0)