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