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:
parent
a2654af5f6
commit
1c6e7f82ee
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user