Skip to content
Snippets Groups Projects

Draft: Integration test for smcv's pending branches

Open Simon McVittie requested to merge wip/smcv/staging into main
Compare and
35 files
+ 330
6176
Compare changes
  • Side-by-side
  • Inline
Files
35
+ 0
5
@@ -88,11 +88,6 @@ opt_level_cb (const char *name,
static const char flag_prefix[] = "--";
int *out_level = NULL;
/* Call g_ascii_strtoull() for its side-effect of avoiding
* https://gitlab.gnome.org/GNOME/glib/-/issues/3418
* when we parse the value below */
g_ascii_strtoull ("0", NULL, 10);
if (!g_str_has_prefix (name, flag_prefix))
g_error ("Unexpected level option: %s", name);
Loading