// 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/shorten-64-to-32` used "
      "without `leathers/push`, "
      "see README.txt for more info"
#endif

#if defined(LEATHERS_SHORTEN_64_TO_32_)
# error "`leathers/shorten-64-to-32` "
    "already included; see README.txt for more info"
#else
# define LEATHERS_SHORTEN_64_TO_32_
#endif

#if (__clang__)
# if __has_warning("-Wshorten-64-to-32")
#  pragma clang diagnostic ignored "-Wshorten-64-to-32"
# endif
#endif
