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
2 changed files with 7 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue