Silence some warnings

This commit is contained in:
heckflosse 2019-06-04 16:30:22 +02:00
parent 00b4cc0619
commit f18724e016

View File

@ -4,6 +4,9 @@
#if (__GNUC__ >= 6)
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
#endif
#if (__GNUC__ >= 9)
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#endif
/*RT*/#include <glib.h>