Commit 2934bd7
committed
fix(core): Suppress unused variable warnings in halo_pattern.hpp
Add [[maybe_unused]] attributes to global_world and grid variables that
are not currently used but may be needed for future features. Fixes
compilation warnings in Release builds where the compiler is more
aggressive about detecting unused variables.1 parent 3a899d5 commit 2934bd7
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
0 commit comments