registry: Fix multi-line `#warning` compiler warning
authorSebastian Dröge <sebastian@centricular.com>
Sun, 27 Feb 2022 11:17:40 +0000 (13:17 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 28 Feb 2022 06:01:24 +0000 (06:01 +0000)
  subprojects/gstreamer/gst/gstregistry.c:1593: unexpected character `"'

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1802>

subprojects/gstreamer/gst/gstregistry.c

index a0b5b17..66e996f 100644 (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