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

Fix compiler warnings #58

Merged
merged 5 commits into from
Mar 17, 2021
Merged

Conversation

dscho
Copy link
Contributor

@dscho dscho commented Mar 13, 2021

Just a couple of casts and other workarounds.

dscho added 5 commits March 14, 2021 00:38
The exact warning reads:

	C++ exception handler used, but unwind semantics are not
	enabled.

Signed-off-by: Johannes Schindelin <[email protected]>
This quenches the compiler warning of MSVC á la:

	conversion from 'int64_t' to 'int', possible loss of data

Signed-off-by: Johannes Schindelin <[email protected]>
This works around a compiler warning in MMBitmap.c:71:

	'<=': signed/unsigned mismatch

Signed-off-by: Johannes Schindelin <[email protected]>
@s1hofmann s1hofmann linked an issue Mar 15, 2021 that may be closed by this pull request
@s1hofmann s1hofmann merged commit bed9851 into nut-tree:develop Mar 17, 2021
@dscho dscho deleted the fix-compiler-warnings branch March 17, 2021 13:02
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.

Resolve compiler warnings
2 participants