// 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/c++98-compat-pedantic` used "
      "without `leathers/push`, "
      "see README.txt for more info"
#endif

#if defined(LEATHERS_CXX98_COMPAT_PEDANTIC_)
# error "`leathers/c++98-compat-pedantic` "
    "already included; see README.txt for more info"
#else
# define LEATHERS_CXX98_COMPAT_PEDANTIC_
#endif

#if (__clang__)
# if __has_warning("-Wc++98-compat-pedantic")
#  pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
# endif
#endif
