Skip to content

Commit

Permalink
Fix breakage of Android build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Nov 6, 2024
1 parent 0a91b4e commit ebcd267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/outcome/experimental/status-code
2 changes: 1 addition & 1 deletion include/outcome/outcome_gdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define OUTCOME_INLINE_GDB_PRETTY_PRINTER_H

#ifndef OUTCOME_DISABLE_INLINE_GDB_PRETTY_PRINTERS
#if defined(__ELF__)
#if defined(__ELF__) && !defined(__ANDROID__)
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Woverlength-strings"
Expand Down

0 comments on commit ebcd267

Please sign in to comment.