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
Please register or sign in to comment