X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng.h;fp=include%2Flttng%2Flttng.h;h=01c4089e532f0c1433977097d585ad16aac75f83;hp=5f3df911369f4b4c736bb4cd1528ca493a135c69;hb=48a4000561343808724f7cb5fa8c131877489ccd;hpb=81663f073dbfb4b61c06a0ceb8ca33c4fc41b1c5 diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 5f3df9113..01c4089e5 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -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.