Open eero-t opened 5 years ago
Got few additional warnings from similarly configured Meson build (after working around #148):
gst/mfx/gstmfxpluginbase.c:427:23: warning: unused variable ‘params’ [-Wunused-variable]
const GstStructure *params;
^~~~~~
gst/mfx/gstmfxsink.c: In function ‘x11_keycode_to_keysym’:
gst/mfx/gstmfxsink.c:169:3: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
return XKeycodeToKeysym (dpy, kc, 0);
^~~~~~
In file included from /opt/install/Custom_4163/include/va/va_x11.h:28:0,
from gst-libs/mfx/x11/gstmfxdisplay_x11.h:26,
from gst/mfx/gstmfxsink.c:156:
/usr/include/X11/Xlib.h:1687:15: note: declared here
extern KeySym XKeycodeToKeysym(
^~~~~~~~~~~~~~~~
After working around build issues #145 & #146 (see them for the setup info), following compiler warnings remain: