|
|
@ -0,0 +1,15 @@ |
|
|
|
#ifndef STORM_STORAGE_DD_SYLVAN_SYLVAN_H_ |
|
|
|
#define STORM_STORAGE_DD_SYLVAN_SYLVAN_H_ |
|
|
|
|
|
|
|
#pragma clang diagnostic push |
|
|
|
#pragma clang diagnostic ignored "-Wextra-semi" |
|
|
|
#pragma clang diagnostic ignored "-Wzero-length-array" |
|
|
|
#pragma clang diagnostic ignored "-Wgnu-zero-variadic-macro-arguments" |
|
|
|
#pragma clang diagnostic ignored "-Wdeprecated-register" |
|
|
|
#pragma clang diagnostic ignored "-Wc99-extensions" |
|
|
|
|
|
|
|
#include "sylvan_obj.hpp" |
|
|
|
|
|
|
|
#pragma clang diagnostic pop |
|
|
|
|
|
|
|
#endif /* STORM_STORAGE_DD_SYLVAN_SYLVAN_H_ */ |