From 0a37d49f45028285190bc58d74921ecc0f2a1ad0 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 11 May 2020 11:14:28 +0300 Subject: [PATCH] bos #18963 [CEA 18962] Warnings in module compilations --- src/MEDWrapper/MED_Wrapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDWrapper/MED_Wrapper.cxx b/src/MEDWrapper/MED_Wrapper.cxx index 81d3ba9ec..79dc1996b 100644 --- a/src/MEDWrapper/MED_Wrapper.cxx +++ b/src/MEDWrapper/MED_Wrapper.cxx @@ -2464,7 +2464,7 @@ namespace MED // write node ids SetCellInfo(theInfo, theMode, theErr); - if (theErr && theErr < 0) + if (theErr && *theErr < 0) return; // write diameter -- 2.30.2