Skip to content

- fixed compiler warning: dead initialization (the values are never read)

Benjamin Dobell requested to merge kratz00:unused_variables into master

Created by: kratz00

In order to not get compiler warnings about 'unused return values' a void cast is used, which also makes it clear the the returned values are ignored on purpose

Merge request reports