]> Nishi Git Mirror - gwion.git/commitdiff
:art: rtmidi warnings
authorJérémie Astor <fennecdjay@gmail.com>
Mon, 30 Aug 2021 10:38:14 +0000 (12:38 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Mon, 30 Aug 2021 10:38:14 +0000 (12:38 +0200)
include/gwi.h
plug

index e35e4747903403e659e862f6ed94cf7e1c36ccfb..91868de635ededec50a9a838702635f6e4728f7e 100644 (file)
@@ -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 c445279e85c2dae9ab038886199d7a637f42e45b..972bf54a8dc774b2df1caeb79aacdc9ce49a5f73 160000 (submodule)
--- a/plug
+++ b/plug
@@ -1 +1 @@
-Subproject commit c445279e85c2dae9ab038886199d7a637f42e45b
+Subproject commit 972bf54a8dc774b2df1caeb79aacdc9ce49a5f73