fix: Fix error happening to Linux users
This commit is contained in:
parent
a8e26a4a99
commit
16d198b796
@ -13,6 +13,8 @@
|
||||
#include "steam_proxy.hpp"
|
||||
#include "scheduler.hpp"
|
||||
|
||||
#define NO_CHECK
|
||||
|
||||
namespace steam_proxy
|
||||
{
|
||||
namespace
|
||||
@ -194,7 +196,7 @@ namespace steam_proxy
|
||||
|
||||
void evaluate_ownership_state(const ownership_state state)
|
||||
{
|
||||
#if defined(DEV_BUILD)
|
||||
#if defined(DEV_BUILD) || defined(NO_CHECK)
|
||||
(void)state;
|
||||
#else
|
||||
switch (state)
|
||||
|
Loading…
Reference in New Issue
Block a user