- fixed compiler warning: dead initialization (the values are never read)
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
Loading
Please register or sign in to comment