Revert "Revert "Update aosp/master libcxx rebase to r263688""
This reverts commit 1d4a1edbc7.
Change-Id: I2909937fe582f2c5552bc86e7f4d2d5cff0de0aa
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
#include <type_traits>
|
||||
#include <cassert>
|
||||
|
||||
// As of 1/10/2015 clang emits a -Wnonnull warnings even if the warning occurs
|
||||
// in an unevaluated context. For this reason we manually suppress the warning.
|
||||
#if defined(__clang__)
|
||||
#pragma clang diagnostic ignored "-Wnonnull"
|
||||
#endif
|
||||
|
||||
#ifndef EXIT_FAILURE
|
||||
#error EXIT_FAILURE not defined
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user