Commit 752bdf7
[Store] Fix compilation warnings for missing field initializers (kvcache-ai#1232)
* Initial plan
* Fix compilation warnings for visibility and missing initializers
Co-authored-by: stmatengss <11641725+stmatengss@users.noreply.github.com>
* Complete fix for compilation warnings
Co-authored-by: stmatengss <11641725+stmatengss@users.noreply.github.com>
* Remove build artifacts and update .gitignore
Co-authored-by: stmatengss <11641725+stmatengss@users.noreply.github.com>
* Use pragma GCC diagnostic to suppress visibility warnings instead of attributes
Co-authored-by: stmatengss <11641725+stmatengss@users.noreply.github.com>
* Narrow scope of pragma diagnostic directives for lambda
Co-authored-by: stmatengss <11641725+stmatengss@users.noreply.github.com>
* fix
* Revert all changes in mooncake-transfer-engine directory
Co-authored-by: stmatengss <11641725+stmatengss@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: stmatengss <11641725+stmatengss@users.noreply.github.com>
Co-authored-by: Teng Ma <sima.mt@alibaba-inc.com>1 parent 3e2ec7b commit 752bdf7
File tree
3 files changed
+6
-3
lines changed- mooncake-store
- src
- tests
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
| 1035 | + | |
1036 | 1036 | | |
1037 | 1037 | | |
1038 | 1038 | | |
| |||
1168 | 1168 | | |
1169 | 1169 | | |
1170 | 1170 | | |
1171 | | - | |
| 1171 | + | |
1172 | 1172 | | |
1173 | 1173 | | |
1174 | 1174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
0 commit comments