mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
d/survive: Ignore -Wignored-qualifiers in survive header.
This commit is contained in:
parent
8c4b6cef39
commit
b1c700a500
|
@ -12,9 +12,15 @@
|
|||
|
||||
#include "survive_wrap.h"
|
||||
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
|
||||
|
||||
// TODO: expose config values we need through actual survive API
|
||||
#include "survive.h"
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
bool
|
||||
survive_config_ready(const SurviveSimpleObject *sso)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue