Hide deprecation warnings during library compilation

We now define `__MATRIX_GLIB_SDK_COMPILATION` in `src/Makefile.am`, which in turn disables
deprecation of symbols.
This commit is contained in:
Gergely Polonkai 2017-12-07 09:38:19 +01:00
parent a2654af5f6
commit 1c6e7f82ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
include $(top_srcdir)/vala-globals.mk
AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Matrix-GLib\"
AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Matrix-GLib\" -D__MATRIX_GLIB_SDK_COMPILATION
# Empty variables for elements to be added later
CLEANFILES =