Commit c93290a
committed
fix: Resolve compiler warnings in result_sorter and query_cache_test
Address CI/compiler warnings with targeted fixes:
- src/query/result_sorter.cpp: Replace PRIu64 macro with static_cast<unsigned long long>
for uint64_t formatting to fix CI format warnings. Remove <cinttypes> include as
it's no longer needed.
- tests/cache/query_cache_test.cpp: Remove unused atomic variable thread1_released_lock
from ABAProofLockUpgrade test to eliminate compiler warnings.
Both changes resolve warning-level issues identified in CI builds without affecting
functionality.1 parent b9fe658 commit c93290a
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
730 | 729 | | |
731 | 730 | | |
732 | 731 | | |
| |||
0 commit comments