Files
magic/utils
Darryl L. Miles 88d36bfd1e geofast.h: warning: this 'else' clause does not guard...
Use of macro idiom: if(1) { ... } else
  which has dangling else keyword to allow trailing semicolon at
  use site, is not a good pattern.

Replaced with idiom: do { ... } while(0)
  which should achieve the same purpose but now cause compile
  error when used incorrectly at use site.

GCC14 -Wall cleanup series [-Wmisleading-indentation]
2024-10-09 21:12:55 -04:00
..
2022-10-29 06:07:46 +02:00
2022-10-29 06:07:46 +02:00
2022-10-29 06:07:46 +02:00
2022-01-10 14:01:36 -05:00
2022-10-29 06:07:46 +02:00
2024-10-09 20:39:12 -04:00
2023-07-12 00:31:37 +09:00
2022-10-29 06:07:46 +02:00
2023-07-12 00:31:37 +09:00
2023-07-12 00:31:37 +09:00
2022-10-29 06:07:46 +02:00
2022-10-29 06:07:46 +02:00