-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
#ifdef
to avoid errors when -Wundef
is used.
Example: absl/hash/internal/hash.h:342:5: error: 'ABSL_HAVE_INTRINSIC_INT128' is not defined, evaluates to 0 [-Werror,-Wundef] 342 | #if ABSL_HAVE_INTRINSIC_INT128 PiperOrigin-RevId: 706686332 Change-Id: I77639ba4826ea7a40f3f05e9885c795db3376ddd
- Loading branch information
1 parent
3de434a
commit 5c28547
Showing
2 changed files
with
1 addition
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters