Skip to content

Commit

Permalink
Prevent breakage of Android builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Nov 6, 2024
1 parent ef9b85b commit 38c6187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/status-code/status_code.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ namespace traits
SYSTEM_ERROR2_NAMESPACE_END

#ifndef SYSTEM_ERROR2_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 38c6187

Please sign in to comment.