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

#if defined(LEATHERS_UNUSED_BUT_SET_VARIABLE_)
# error "`leathers/unused-but-set-variable` "
    "already included; see README.txt for more info"
#else
# define LEATHERS_UNUSED_BUT_SET_VARIABLE_
#endif

#if (__GNUC__)
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
