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

png.c: remove break; from default branch. #6

Closed
wants to merge 1 commit into from
Closed

png.c: remove break; from default branch. #6

wants to merge 1 commit into from

Conversation

vszakats
Copy link
Contributor

@vszakats vszakats commented Aug 7, 2015

It avoids clang warnings as below:

../../../png.c:1706:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
../../../png.c:1734:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~

It avoids clang warnings as below:
```
../../../png.c:1706:10: warning: 'break' will never be executed [-Wunreachable-code-break]
         break;
         ^~~~~
../../../png.c:1734: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-1 branch August 9, 2015 22:09
BlazesRus pushed a commit to BlazesRus/libpng that referenced this pull request May 6, 2022
GerHobbelt pushed a commit to GerHobbelt/libpng that referenced this pull request Mar 20, 2024
…up#6)

The premake build structure has been simplified and rewritten to reduce
the boilerplate needed to add additional configurations while forcing
the unique settings of a project to be defined. Migrate some defines
and compiler options to the global settings and remove all the old
boilerplate from this project.

Issue-number: https://devtopia.esri.com/runtime/devops/issues/830
Signed-off-by: Christian O. Venegas <cvenegas@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