Skip to content

Fix ambiguous declaration on Android

Volker Krause requested to merge work/fix-android-build into master

kmountpoint.cpp:160:12 parentheses were disambiguated as a function declaration [-Wvexing-parse]

No idea why this triggers on Android only, the same clang version on Linux doesn't hit this.

Merge request reports