From 23c73269caec8638eab8ae8107f91aa06c0f3431 Mon Sep 17 00:00:00 2001 From: Dion Ahmetaj Date: Sun, 5 Feb 2017 09:10:03 -0500 Subject: [PATCH] Use defined directive to silence pre-proc warnings. --- src/cryptonote_basic/miner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_basic/miner.h b/src/cryptonote_basic/miner.h index ea669f7ea..dae8b4b63 100644 --- a/src/cryptonote_basic/miner.h +++ b/src/cryptonote_basic/miner.h @@ -37,7 +37,7 @@ #include "math_helper.h" #ifdef _WIN32 #include -#elif __linux__ +#elif defined(__linux__) #include #include #include