changeset 10:5b21f127e957

silence random gcc warning
author David A. Holland
date Mon, 30 May 2022 23:58:14 -0400
parents 60b08b68c750
children 3aa0f5a02342
files anagram/agcore/ut.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/anagram/agcore/ut.cpp	Mon May 30 23:56:45 2022 -0400
+++ b/anagram/agcore/ut.cpp	Mon May 30 23:58:14 2022 -0400
@@ -263,7 +263,8 @@
   if (tokenName.isNotNull()) {
     LOGV(tokenName) LCV(tokenName->string.pointer());
     ass(tokenName->string.pointer());
-    if (token->pure) acs(PUREMARK); return;
+    if (token->pure) acs(PUREMARK);
+    return;
   }
   // token does not have an explicit name. Is it a keyword?
   LOGV(token);