IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Macros to control compiler warnings. More...
#include <IMP/kernel_config.h>
#include "internal/eat.h"
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::internal::eat(variable) |
Macros to control compiler warnings.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file warning_macros.h.
#define IMP_UNUSED | ( | variable | ) | IMP::internal::eat(variable) |
Disable unused variable warning for a variable.
Definition at line 25 of file warning_macros.h.