Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pngread.c: avoid clang warnings #7

Closed
wants to merge 1 commit into from
Closed

pngread.c: avoid clang warnings #7

wants to merge 1 commit into from

Conversation

vszakats
Copy link
Contributor

@vszakats vszakats commented Aug 7, 2015

../../../pngread.c:1689:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
../../../pngread.c:2852:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
../../../pngread.c:2840:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
../../../pngread.c:3415:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~

```
../../../pngread.c:1689:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
../../../pngread.c:2852:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
../../../pngread.c:2840:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
../../../pngread.c:3415:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
```
@vszakats
Copy link
Contributor Author

vszakats commented Aug 9, 2015

Closing this after 4e1d299.

@vszakats vszakats closed this Aug 9, 2015
@vszakats vszakats deleted the patch-2 branch August 9, 2015 22:09
GerHobbelt pushed a commit to GerHobbelt/libpng that referenced this pull request Mar 20, 2024
Issue-number: https://devtopia.esri.com/runtime/devops/issues/1000
Signed-off-by: Christian O. Venegas <cvenegas@esri.com>
Reviewed-by: Raghuveer Nanduri <RNanduri@esri.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant