From 413cd431037fa565a055b2ac4d3741d36a54e375 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Tue, 4 Mar 2003 22:08:22 +0000 Subject: [PATCH] fixed some compiler warnings --- check/genex.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check/genex.cpp b/check/genex.cpp index 940e6ec6..8875ed6c 100644 --- a/check/genex.cpp +++ b/check/genex.cpp @@ -151,4 +151,6 @@ sparse_tree(const symbol & x, } else return random_symbol(x,y,z,rational,complex); } + + return 0; } -- 2.44.0