aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/host-mingw32.c
diff options
context:
space:
mode:
authorTrevor Saunders <tsaunders@mozilla.com>2014-07-24 04:56:29 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2014-07-24 04:56:29 +0000
commit997ef9e7389f4962edc8c504a3d9753ab806ed6f (patch)
tree0734e39e7401737b094990b43ec0fcf3ed7dc89c /gcc/config/i386/host-mingw32.c
parentc9b1a29f6cc78c623d71895fcf3a0d979aefcec7 (diff)
downloadgcc-997ef9e7389f4962edc8c504a3d9753ab806ed6f.zip
gcc-997ef9e7389f4962edc8c504a3d9753ab806ed6f.tar.gz
gcc-997ef9e7389f4962edc8c504a3d9753ab806ed6f.tar.bz2
remove useless unused attributes in i386 code
gcc/ * config/i386/driver-i386.c: Remove names of unused arguments and unnecessary unused attributes. * config/i386/host-mingw32.c: Likewise. * config/i386/i386.c: Likewise. * config/i386/winnt-stubs.c: Likewise. * config/i386/winnt.c: Likewise. From-SVN: r212968
Diffstat (limited to 'gcc/config/i386/host-mingw32.c')
-rw-r--r--gcc/config/i386/host-mingw32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/host-mingw32.c b/gcc/config/i386/host-mingw32.c
index fc01ceb..c71d25d 100644
--- a/gcc/config/i386/host-mingw32.c
+++ b/gcc/config/i386/host-mingw32.c
@@ -83,7 +83,7 @@ mingw32_gt_pch_alloc_granularity (void)
open file descriptor if the host would like to probe with mmap. */
static void *
-mingw32_gt_pch_get_address (size_t size, int fd ATTRIBUTE_UNUSED)
+mingw32_gt_pch_get_address (size_t size, int)
{
void* res;
size = (size + va_granularity - 1) & ~(va_granularity - 1);