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
|
#else
|
||||||
#warning "Unsupported platform for retrieving the current location of a\
|
#warning "Unsupported platform for retrieving the current location of a shared library."
|
||||||
shared library. Relocatable builds will not work."
|
#warning "Relocatable builds will not work."
|
||||||
GST_WARNING ("Don't know how to retrieve the location of the shared "
|
GST_WARNING ("Don't know how to retrieve the location of the shared "
|
||||||
"library libgstreamer-" GST_API_VERSION);
|
"library libgstreamer-" GST_API_VERSION);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue