Code

I don't have this function, must be a recent addition to glib? replaced by a more...
authorbuliabyak <buliabyak@users.sourceforge.net>
Mon, 1 Sep 2008 20:52:19 +0000 (20:52 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Mon, 1 Sep 2008 20:52:19 +0000 (20:52 +0000)
src/nodepath.cpp

index c888e7953afaba6df5da2d7b411f4b91bef4aa42..e049c40df15bd025f9beee813879d1732726a820 100644 (file)
@@ -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();
         }
     }