|
IMP
2.0.1
The Integrative Modeling Platform
|
Various general useful macros for IMP. More...
#include <IMP/base/base_config.h>#include "internal/eat.h"
Include dependency graph for warning_macros.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IMP_REQUIRE_SEMICOLON_CLASS(Name) |
| #define | IMP_REQUIRE_SEMICOLON_NAMESPACE |
| #define | IMP_UNUSED(variable) IMP::base::internal::eat(variable) |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file warning_macros.h.
| #define IMP_UNUSED | ( | variable | ) | IMP::base::internal::eat(variable) |
Disable unused variable warning for a variable.
Definition at line 26 of file warning_macros.h.