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

#if defined(LEATHERS_AUTOMATIC_INLINE_)
# error "`leathers/automatic-inline` "
    "already included; see README.txt for more info"
#else
# define LEATHERS_AUTOMATIC_INLINE_
#endif

#if (_MSC_VER)
# pragma warning(disable: 4711)
#endif
