IMP  2.3.0
The Integrative Modeling Platform
warning_macros.h File Reference

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)
 

Detailed Description

Various general useful macros for IMP.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file warning_macros.h.

Macro Definition Documentation

#define IMP_UNUSED (   variable)    IMP::base::internal::eat(variable)

Disable unused variable warning for a variable.

Definition at line 25 of file warning_macros.h.