1. 09 May, 2023 1 commit
  2. 03 May, 2023 1 commit
    • Madelyn Olson's avatar
      Remove prototypes with empty declarations (#12020) · 5e3be1be
      Madelyn Olson authored
      Technically declaring a prototype with an empty declaration has been deprecated since the early days of C, but we never got a warning for it. C2x will apparently be introducing a breaking change if you are using this type of declarator, so Clang 15 has started issuing a warning with -pedantic. Although not apparently a problem for any of the compiler we build on, if feels like the right thing is to properly adhere to the C standard and use (void).
      5e3be1be
  3. 16 Apr, 2023 1 commit
  4. 06 Apr, 2023 3 commits
  5. 28 Mar, 2023 1 commit
  6. 24 Mar, 2023 2 commits
  7. 23 Mar, 2023 1 commit
  8. 21 Mar, 2023 3 commits
  9. 17 Mar, 2023 1 commit
  10. 14 Mar, 2023 2 commits
  11. 10 Mar, 2023 2 commits
  12. 08 Mar, 2023 22 commits