James Zern f4b9bc9ea1 clear -Wextra-semi-stmt warnings
This is available with clang. Clears warnings of the form:
  warning: empty expression statement has no effect; remove unnecessary
    ';' to silence this warning [-Wextra-semi-stmt]

As a side-effect it also clear a few -Wpedantic warnings with gcc:
  warning: ISO C does not allow extra ';' outside of a function
    [-Wpedantic]

Change-Id: I9295c767aad475c68b1fbbdff855b0d6650a25f5
2024-02-15 18:55:22 -08:00
..
2023-11-10 13:57:07 +01:00
2022-04-04 11:26:25 -07:00
2023-09-14 22:43:45 +02:00
2022-04-04 11:26:12 -07:00
2023-03-17 15:37:55 -07:00
2010-11-17 20:09:47 -08:00
2023-11-10 13:57:07 +01:00
2023-09-14 22:43:45 +02:00
2024-02-15 18:55:22 -08:00