You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
502 B
15 lines
502 B
#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_ */
|