Commit eebcef5
Fix MSVC compatibility in test-memory-exhaustion.cpp
Remove __attribute__((unused)) which is GCC/Clang-specific and doesn't work on MSVC.
The unused variable was removed instead since it wasn't needed.
Co-Authored-By: Alex Peng <[email protected]>1 parent 501a75a commit eebcef5
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
0 commit comments