summaryrefslogtreecommitdiff
path: root/user/glib/wrong-null-type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/glib/wrong-null-type.patch')
-rw-r--r--user/glib/wrong-null-type.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/glib/wrong-null-type.patch b/user/glib/wrong-null-type.patch
deleted file mode 100644
index 7762f149c..000000000
--- a/user/glib/wrong-null-type.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/glib/tests/cxx.cpp 2022-01-06 14:21:52.890000000 +0000
-+++ b/glib/tests/cxx.cpp 2022-01-06 14:22:11.180000000 +0000
-@@ -56,7 +56,7 @@
- int
- main (int argc, char *argv[])
- {
-- g_test_init (&argc, &argv, NULL);
-+ g_test_init (&argc, &argv, nullptr);
-
- g_test_add_func ("/C++/typeof", test_typeof);