From: Frederic Suter Date: Wed, 8 Nov 2017 15:22:19 +0000 (+0100) Subject: do as Clang says X-Git-Tag: v3.18~242^2~77 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3b81d095b90fd725cab6baab4f3d08dab809b889 do as Clang says --- diff --git a/src/instr/instr_paje_events.cpp b/src/instr/instr_paje_events.cpp index 2a6ef0c5af..29b7e34e50 100644 --- a/src/instr/instr_paje_events.cpp +++ b/src/instr/instr_paje_events.cpp @@ -137,7 +137,7 @@ void StateEvent::print() stream << " " << value->getId(); if (TRACE_display_sizes()) - stream << " " << (extra_ != nullptr) ? extra_->display_size() : 0; + stream << " " << ((extra_ != nullptr) ? extra_->display_size() : 0); #if HAVE_SMPI if (xbt_cfg_get_boolean("smpi/trace-call-location")) {