GNOME Bugzilla – Bug 678744
'GRegexMatchFlags' wrongly passed as 'GRegexCompileFlags' argument
Last modified: 2019-02-22 09:29:28 UTC
Clang captured this error message: ../../../opw-gssdp/libgssdp/gssdp-resource-browser.c:469:35: error: implicit conversion from enumeration type 'GRegexMatchFlags' to different enumeration type 'GRegexCompileFlags' [-Werror,-Wconversion] G_REGEX_MATCH_ANCHORED,
Created attachment 217159 [details] [review] Fix the reported bug.