mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
6c3642da49
commit
2fc91717cb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue