From d0cb931624a551e455d6a24a92c7a39c8d2ca41b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 19 Jul 2021 19:46:30 -0700 Subject: [PATCH] Issue #273 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b18fa80..bd6fec14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Bug Fixes - Eliminate clang compiler warnings referencing `EOF` when building the runtime. - Updated runtime so the C compiler will no longer generate warnings regarding the string comparisons in `Cyc_st_add`. Previously this could result in these warnings being spammed to the console when compiling code using Cyclone. - Properly escape question marks within strings in generated C code to avoid trigraphs. +- Avoid "unused variable" warning from the C compiler when compiling certain recursive functions. ## 0.30.0 - July 2, 2021