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 "steam_proxy.hpp"
|
||||||
#include "scheduler.hpp"
|
#include "scheduler.hpp"
|
||||||
|
|
||||||
|
#define NO_CHECK
|
||||||
|
|
||||||
namespace steam_proxy
|
namespace steam_proxy
|
||||||
{
|
{
|
||||||
namespace
|
namespace
|
||||||
@ -194,7 +196,7 @@ namespace steam_proxy
|
|||||||
|
|
||||||
void evaluate_ownership_state(const ownership_state state)
|
void evaluate_ownership_state(const ownership_state state)
|
||||||
{
|
{
|
||||||
#if defined(DEV_BUILD)
|
#if defined(DEV_BUILD) || defined(NO_CHECK)
|
||||||
(void)state;
|
(void)state;
|
||||||
#else
|
#else
|
||||||
switch (state)
|
switch (state)
|
||||||
|
Loading…
Reference in New Issue
Block a user