mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-03 09:00:01 +03:00
Force signed char since we have =-1 (fixes FTBFS on char=uchar)
This commit is contained in:
parent
82b5118fcb
commit
fd16dbbcd3
@ -12,7 +12,7 @@
|
||||
#define TZPFMS_BACKEND_MAX_LEN 16
|
||||
|
||||
|
||||
enum class key_loadedness : char {
|
||||
enum class key_loadedness : signed char {
|
||||
none = -1,
|
||||
unloaded = 0,
|
||||
loaded = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user