Skip to content

codegen: Fix regex literal compile flags

Ali Sabil requested to merge asabil/vala:fix/regex-literal-compile-flags into master

The GRegex GRegexCompileFlags were declared as GRegexMatchFlags, leading to a C compiler warning.

Merge request reports