Module Name:    src
Committed By:   christos
Date:           Tue Jan 17 12:49:27 UTC 2017

Modified Files:
        src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_heap.h

Log Message:
use the full attribute syntax


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_heap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_heap.h
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_heap.h:1.2 src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_heap.h:1.3
--- src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_heap.h:1.2	Thu Jan 12 14:21:09 2017
+++ src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_heap.h	Tue Jan 17 07:49:26 2017
@@ -263,7 +263,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
     pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
     {
       typedef typename iterator_traits<_RandomAccessIterator>::value_type
-	_ValueType __unused;
+	_ValueType __attribute__((__unused__));
 
       // concept requirements
       __glibcxx_function_requires(_Mutable_RandomAccessIteratorConcept<

Reply via email to