Commit 5c9130b3 by Trevor Saunders Committed by Trevor Saunders

fix -Wunused-parameter warning in winnt.c

gcc/
	* config/i386/winnt.c (i386_pe_section_type_flags): Removed name
	of unused argument.

From-SVN: r212197
parent 39f90912
2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
* config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
unused argument.
2014-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
......
......@@ -467,7 +467,7 @@ i386_pe_reloc_rw_mask (void)
#define SECTION_PE_SHARED SECTION_MACH_DEP
unsigned int
i386_pe_section_type_flags (tree decl, const char *name, int reloc)
i386_pe_section_type_flags (tree decl, const char *, int reloc)
{
unsigned int flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment