From 39ef03e72b4fbab071877565d39ec4cf5ddcb273 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Mon, 1 Sep 2008 20:52:19 +0000 Subject: [PATCH] I don't have this function, must be a recent addition to glib? replaced by a more standard one --- src/nodepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodepath.cpp b/src/nodepath.cpp index c888e7953..e049c40df 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -1386,7 +1386,7 @@ sculpt_profile (double x, double alpha, guint profile) result = sqrt(1 - x*x); break; default: - g_warn_if_reached(); + g_assert_not_reached(); } } -- 2.30.2