solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit f3e567e4c0d6b8dff9b60a58ca047d524d59a6ef
parent 18f99ad2d90e3e8d310aee7253eefe4388d8af9b
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 27 Apr 2017 11:41:37 +0200

Fix a warning.

Diffstat:
Msrc/ssol_data.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/ssol_data.c b/src/ssol_data.c @@ -86,7 +86,6 @@ ssol_data_eq(const struct ssol_data* a, const struct ssol_data* b) case SSOL_DATA_SPECTRUM: return a->value.spectrum == b->value.spectrum; default: FATAL("Unreachable code.\n"); break; } - return 0; } double