From: Jérémie Astor Date: Mon, 30 Aug 2021 10:38:14 +0000 (+0200) Subject: :art: rtmidi warnings X-Git-Tag: nightly~470^2~36 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e2f835b369aa83e1b3418e10e2fc1d8785d1c79b;p=gwion.git :art: rtmidi warnings --- 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