From 1cfa6431a5d88d97c7275fe925edc7d53c04b56e Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 30 Dec 2008 22:22:54 +0000 Subject: [PATCH] Fixed an error with the return value. --- Cantera/src/thermo/ThermoPhase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/thermo/ThermoPhase.h b/Cantera/src/thermo/ThermoPhase.h index efb22b378..00357111b 100755 --- a/Cantera/src/thermo/ThermoPhase.h +++ b/Cantera/src/thermo/ThermoPhase.h @@ -792,7 +792,7 @@ namespace Cantera { } virtual void modifyOneHf298SS(const int k, const doublereal Hf298New) { - return err("Hf298SS - H298MODIFY_CAPABILITY not compiled in"); + (void) err("Hf298SS - H298MODIFY_CAPABILITY not compiled in"); } #endif