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