Cleanup warnings in test/std/depr
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242627 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
sig_atomic_t sig;
|
||||
sig_atomic_t sig; ((void)sig);
|
||||
typedef void (*func)(int);
|
||||
static_assert((std::is_same<decltype(signal(0, (func)0)), func>::value), "");
|
||||
static_assert((std::is_same<decltype(raise(0)), int>::value), "");
|
||||
|
Reference in New Issue
Block a user