uniconproject / unicon

http://www.unicon.org
Other
54 stars 27 forks source link

Fix clang warnings in rstructs.r #397

Closed Don-Ward closed 2 months ago

Don-Ward commented 2 months ago

Warnings were generated with either --enable-iconc or --enable-debugheap. iconc: warning: variable 'chainlen' set but not used [-Wunused-but-set-variable] debugheap: warning: variable 'elemtitle' set but not used [-Wunused-but-set-variable]