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