mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Add unused to now unused hex function
This commit is contained in:
parent
ebe525d04e
commit
de390be93d
@ -152,7 +152,8 @@ static bool get_long_value(const char *value_name, const char *value, long *outp
|
|||||||
/*
|
/*
|
||||||
* Get a long value from a hex string
|
* Get a long value from a hex string
|
||||||
*/
|
*/
|
||||||
static bool get_long_value_hex(const char *value_name, const char *value, long *output)
|
__attribute__((unused)) static bool get_long_value_hex(const char *value_name, const char *value,
|
||||||
|
long *output)
|
||||||
{
|
{
|
||||||
char *end = NULL;
|
char *end = NULL;
|
||||||
long config_value = strtol(value, &end, 16);
|
long config_value = strtol(value, &end, 16);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user