tools: use G_GNUC_UNUSED

Use G_GNUC_UNUSED from GLib instead of ATTRIBUTE_UNUSED.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Ján Tomko
2019-10-14 14:44:29 +02:00
parent 0d94f02455
commit 123196aa05
27 changed files with 139 additions and 139 deletions

View File

@@ -2169,9 +2169,9 @@ static const vshCmdOptDef opts_domstats[] = {
static bool
virshDomainStatsPrintRecord(vshControl *ctl ATTRIBUTE_UNUSED,
virshDomainStatsPrintRecord(vshControl *ctl G_GNUC_UNUSED,
virDomainStatsRecordPtr record,
bool raw ATTRIBUTE_UNUSED)
bool raw G_GNUC_UNUSED)
{
char *param;
size_t i;