Unverified Commit d06be6a0 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)

(cherry picked from commit 99e9a7cf)
parent 1b81c8f4
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