Skip to content
Snippets Groups Projects
Commit 4589ed17 authored by Simon McVittie's avatar Simon McVittie
Browse files

exports: Stop suppressing compiler warnings


The warnings were fixed in recent flatpak versions, so we no longer
need this delta.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent b248ea89
No related branches found
No related tags found
1 merge request!754pressure-vessel: Update Flatpak-derived code from 1.15.10
Pipeline #99511 passed
......@@ -65,13 +65,6 @@ static const char * const abs_usrmerged_dirs[] =
};
const char * const *flatpak_abs_usrmerged_dirs = abs_usrmerged_dirs;
/* To keep this more similar to the original file, we explicitly disable
* these warnings rather than fixing them */
#if defined(__GNUC__) && __GNUC__ >= 8
# pragma GCC diagnostic ignored "-Wcast-function-type"
#endif
#pragma GCC diagnostic ignored "-Wtype-limits"
/*
* pressure-vessel-specific note:
* This array is not used, but when merging from Flatpak, make sure any new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment