Fix isRunningArmOnX86 unused function warning
Change-Id: Ic51e85d2e6e24860f8e980a243a45ec4dc1253cd Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
27db9e458c
commit
bf2216c32b
@ -59,7 +59,7 @@ static bool isReportedArchitectureX86(void);
|
|||||||
* Currently this is only able to check on Linux. If not able to
|
* Currently this is only able to check on Linux. If not able to
|
||||||
* detect, return false.
|
* detect, return false.
|
||||||
*/
|
*/
|
||||||
static bool isRunningArmOnX86()
|
static Q_DECL_UNUSED bool isRunningArmOnX86()
|
||||||
{
|
{
|
||||||
#ifdef SHOULD_CHECK_ARM_ON_X86
|
#ifdef SHOULD_CHECK_ARM_ON_X86
|
||||||
if (isX86SpecificFileAvailable())
|
if (isX86SpecificFileAvailable())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user