Revert "[libc++] Re-enable warnings in the new format"
This reverts commit 20fd624380, which broke the C++03 build bot.
I'll have another stab at this after fixing those failures.
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
#include "test_macros.h"
|
||||
#include "MoveOnly.h"
|
||||
|
||||
// expected-warning@array:* 0-1 {{suggest braces around initialization of subobject}}
|
||||
|
||||
int main(int, char**) {
|
||||
{
|
||||
char source[3][6] = {"hi", "world"};
|
||||
|
||||
Reference in New Issue
Block a user