Skip to content
Snippets Groups Projects
Commit 273fdcf5 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Fixing versioning check

parent d2da4c2c
No related branches found
No related tags found
No related merge requests found
#ifndef STARS_IDA_Function_h
#define STARS_IDA_Function_h
#if __GCC__ >= 8
#if __GNUC__ >= 8
#pragma GCC diagnostic ignored "-Wclass-memaccess"
#endif
......@@ -9,7 +9,7 @@
#include <funcs.hpp>
#include <frame.hpp>
#if __GCC__ >= 8
#if __GNUC__ >= 8
#pragma GCC diagnostic pop
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment