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:
Louis Dionne
2020-04-20 16:42:53 -04:00
parent 56e4888627
commit 5ec6fdb058
3 changed files with 14 additions and 17 deletions

View File

@@ -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"};