You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/22 19:16:00 UTC

[jira] [Commented] (GEODE-10131) Remove unused but set variable

    [ https://issues.apache.org/jira/browse/GEODE-10131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557653#comment-17557653 ] 

ASF subversion and git services commented on GEODE-10131:
---------------------------------------------------------

Commit d46ed2a6c8b9148322a992a184807dac231d30a1 in geode-native's branch refs/heads/master from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=d46ed2a6c ]

GEODE-10131: Remove set but unused variables (#947)

* Remove set but unused variables

- On AppleClang 13.1.6.13160021, the warning -Wunused-but-set-variable
  is appears as an error.  This allows compilation on AppleClang on
  MacOS 12.3

Authored-by: M. Oleske <mi...@oleske.engineer>

> Remove unused but set variable
> ------------------------------
>
>                 Key: GEODE-10131
>                 URL: https://issues.apache.org/jira/browse/GEODE-10131
>             Project: Geode
>          Issue Type: Task
>          Components: native client
>            Reporter: Michael Oleske
>            Priority: Major
>              Labels: pull-request-available
>
> When on AppleClang 13.1.6.13160021 on macOS 12.3, native client fails to compile due to warning as error -Wunused-but-set-variable
> Remove the offending lines to compile



--
This message was sent by Atlassian Jira
(v8.20.7#820007)