Don't define constants which are never used to avoid clang -Wunused-const-variable warnings.
66 KiB
66 KiB
Don't define constants which are never used to avoid clang -Wunused-const-variable warnings.