From: degomme Date: Mon, 27 Jun 2016 20:42:12 +0000 (+0200) Subject: smells-- X-Git-Tag: v3_14~847 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5768dda9dcf56d80fcccfdd253bea8e459afb289?ds=sidebyside smells-- --- diff --git a/src/smpi/private.hpp b/src/smpi/private.hpp index b05de0c4a0..3e60d85fbe 100644 --- a/src/smpi/private.hpp +++ b/src/smpi/private.hpp @@ -20,15 +20,15 @@ #ifdef HAVE_PAPI typedef std::vector> papi_counter_t; -XBT_PRIVATE papi_counter_t& smpi_process_counter_data(void); -XBT_PRIVATE int smpi_process_event_set(void); +XBT_PRIVATE papi_counter_t& smpi_process_counter_data(); +XBT_PRIVATE int smpi_process_event_set(); #endif extern std::unordered_map location2speedup; /** @brief Returns the last call location (filename, linenumber). Process-specific. */ extern "C" { -XBT_PUBLIC(smpi_trace_call_location_t*) smpi_process_get_call_location(void); +XBT_PUBLIC(smpi_trace_call_location_t*) smpi_process_get_call_location(); XBT_PUBLIC(smpi_trace_call_location_t*) smpi_trace_get_call_location(); } #endif