mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 03:40:36 +08:00
testsuite_common_types.h (has_bitwise_operators): Avoid -Wall warnings.
2010-01-25 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/util/testsuite_common_types.h (has_bitwise_operators): Avoid -Wall warnings. From-SVN: r156221
This commit is contained in:
parent
315a716efb
commit
024615bfed
@ -1,3 +1,8 @@
|
||||
2010-01-25 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/util/testsuite_common_types.h (has_bitwise_operators):
|
||||
Avoid -Wall warnings.
|
||||
|
||||
2010-01-25 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/22_locale/time_get/get_monthname/char/6.cc: Use an int
|
||||
|
@ -426,12 +426,12 @@ namespace __gnu_test
|
||||
{
|
||||
void __constraint()
|
||||
{
|
||||
_Tp a;
|
||||
_Tp b;
|
||||
a |= b; // set
|
||||
a &= ~b; // clear
|
||||
a ^= b;
|
||||
}
|
||||
_Tp a;
|
||||
_Tp b;
|
||||
};
|
||||
|
||||
void (_Concept::*__x)() __attribute__((unused))
|
||||
|
Loading…
x
Reference in New Issue
Block a user