bin: compile lttng as C++
[lttng-tools.git] / include / lttng / lttng.h
index 5f3df911369f4b4c736bb4cd1528ca493a135c69..01c4089e532f0c1433977097d585ad16aac75f83 100644 (file)
@@ -148,8 +148,11 @@ extern int lttng_stop_tracing_no_wait(const char *session_name);
  * Deprecated: As of LTTng 2.9, this function always returns
  * -LTTNG_ERR_UND.
  */
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wshadow"
 extern int lttng_calibrate(struct lttng_handle *handle,
                struct lttng_calibrate *calibrate);
+#pragma GCC diagnostic pop
 
 /*
  * Set URL for a consumer for a session and domain.
This page took 0.023791 seconds and 4 git commands to generate.