Unverified Commit 99e9a7cf authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

fix(common/core/desktop): Fix warnings when compiling for armhf

Compiling on armhf outputs two warnings:
- NULL used in arithmetic [-Wpointer-arith] (line 289 and 290)
- unused parameter ‘dwFileSize’ [-Wunused-parameter] (line 264)

(related to #5072)
parent 53b60bf0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment