From: Christian Bauer Date: Tue, 4 Mar 2003 22:08:22 +0000 (+0000) Subject: fixed some compiler warnings X-Git-Tag: release_1-0-15~43 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=413cd431037fa565a055b2ac4d3741d36a54e375 fixed some compiler warnings --- 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; }