registry: Fix multi-line #warning compiler warning

subprojects/gstreamer/gst/gstregistry.c:1593: unexpected character `"'

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1802>
This commit is contained in:
Sebastian Dröge 2022-02-27 13:17:40 +02:00 committed by GStreamer Marge Bot
parent 6c3642da49
commit 2fc91717cb

View file

@ -1590,8 +1590,8 @@ priv_gst_get_relocated_libgstreamer (void)
}
}
#else
#warning "Unsupported platform for retrieving the current location of a\
shared library. Relocatable builds will not work."
#warning "Unsupported platform for retrieving the current location of a shared library."
#warning "Relocatable builds will not work."
GST_WARNING ("Don't know how to retrieve the location of the shared "
"library libgstreamer-" GST_API_VERSION);
#endif