From e2f835b369aa83e1b3418e10e2fc1d8785d1c79b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 30 Aug 2021 12:38:14 +0200 Subject: [PATCH] :art: rtmidi warnings --- include/gwi.h | 6 +++--- plug | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/gwi.h b/include/gwi.h index e35e4747..91868de6 100644 --- a/include/gwi.h +++ b/include/gwi.h @@ -6,18 +6,18 @@ if (a->gwion->data->cdoc) do { \ lint_nl(gwi->lint); \ lint_indent(gwi->lint); \ - lint(gwi->lint, "{-}#!+ {/}%s{0}\n", __VA_ARGS__); \ + lint(gwi->lint, (m_str)"{-}#!+ {/}%s{0}\n", __VA_ARGS__); \ } while (0) #define gwidoc(a, ...) \ if (a->gwion->data->cdoc) do { \ lint_nl(a->lint); \ lint_indent(a->lint); \ - lint(a->lint, "{-}#!- {/}%s{0}\n", __VA_ARGS__); \ + lint(a->lint, (m_str)"{-}#!- {/}%s{0}\n", __VA_ARGS__); \ } while (0) #define gwinote(a, ...) \ if (a->gwion->data->cdoc) do { \ lint_indent(a->lint); \ - lint(a->lint, "{-}#!- {/}%s{0}\n", __VA_ARGS__); \ + lint(a->lint, (m_str)"{-}#!- {/}%s{0}\n", __VA_ARGS__); \ } while (0) struct Gwi_ { diff --git a/plug b/plug index c445279e..972bf54a 160000 --- a/plug +++ b/plug @@ -1 +1 @@ -Subproject commit c445279e85c2dae9ab038886199d7a637f42e45b +Subproject commit 972bf54a8dc774b2df1caeb79aacdc9ce49a5f73 -- 2.43.0