// This file generated automatically:
// https://github.com/ruslo/sugar/wiki/Cross-platform-warning-suppression

// Copyright (c) 2014, Ruslan Baratov
// All rights reserved.

#if !defined(LEATHERS_PUSH_)
# error "`leathers/unreachable-code-return` used "
      "without `leathers/push`, "
      "see README.txt for more info"
#endif

#if defined(LEATHERS_UNREACHABLE_CODE_RETURN_)
# error "`leathers/unreachable-code-return` "
    "already included; see README.txt for more info"
#else
# define LEATHERS_UNREACHABLE_CODE_RETURN_
#endif

#if (__clang__)
# if __has_warning("-Wunreachable-code-return")
#  pragma clang diagnostic ignored "-Wunreachable-code-return"
# endif
#endif
