From 9fa273f7f440d00e39bcb0048de6df3c11ec99e3 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Mon, 1 Sep 2008 20:52:19 +0000 Subject: I don't have this function, must be a recent addition to glib? replaced by a more standard one (bzr r6749) --- src/nodepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nodepath.cpp') 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(); } } -- cgit v1.2.3