]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/smobs.hh
Issue 3748: Allow assignments with property paths to use x.y.z = value syntax
[lilypond.git] / lily / include / smobs.hh
index bb703e9503c4eccfe421702067ea4f91a02b1ce7..cd111981bbea9c0fa38f27032e1a9dfefd20eeac 100644 (file)
@@ -200,7 +200,7 @@ public:
       pass_here.checkin (arg);                                          \
   } while (0)
 #else
-#define ASSERT_LIVE_IS_ALLOWED(arg) do { } \
+#define ASSERT_LIVE_IS_ALLOWED(arg) do { (void)(arg); }  \
   while (0)
 #endif