From: Arnaud Giersch Date: Sat, 9 Jun 2018 12:53:55 +0000 (+0200) Subject: Field is unused without smpi. X-Git-Tag: v3.20~127 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/86807617c071c81695e78683b25cfd87981421dc Field is unused without smpi. --- diff --git a/src/instr/instr_paje_events.hpp b/src/instr/instr_paje_events.hpp index 87ed4341cd..db2ff430ea 100644 --- a/src/instr/instr_paje_events.hpp +++ b/src/instr/instr_paje_events.hpp @@ -7,6 +7,7 @@ #define INSTR_PAJE_EVENTS_HPP #include "src/instr/instr_private.hpp" +#include "src/internal_config.h" #include #include @@ -66,7 +67,9 @@ public: class StateEvent : public PajeEvent { EntityValue* value; std::string filename = "(null)"; +#if HAVE_SMPI int linenumber = -1; +#endif TIData* extra_; public: