demos and examples: Ignore deprecations

For now, just ignore deprecations. Eventually,
we will have to go through, drop demos that are
for wholly deprecated widgets, and update others.
This commit is contained in:
Matthias Clasen
2022-10-07 21:12:37 -04:00
parent 5e256590db
commit 6efb18330f
13 changed files with 35 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include "script-names.h"
#include "language-names.h"
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
#define MAKE_TAG(a,b,c,d) (unsigned int)(((a) << 24) | ((b) << 16) | ((c) << 8) | (d))