Skip to content
Snippets Groups Projects
  1. Feb 03, 2025
  2. Jan 29, 2025
  3. Jan 27, 2025
    • Niels De Graef's avatar
      vector: Fix shumate_vector_collision_new signature · 69f5c2b5
      Niels De Graef authored
      According to the C standard, declaring a function without an argument
      list does _not_ mean that the function expects zero arguments. Rather,
      it means that the passed on arguments shouldn't be checked.
      
      In case you want to specify a function without arguments, you should use
      `void` instead. Let's use that here.
      
      This fixes a build failure with GCC 15 that was happening in Fedora
      Rawhide.
      69f5c2b5
  4. Jan 09, 2025
  5. Jan 04, 2025
  6. Dec 18, 2024
  7. Dec 17, 2024
  8. Dec 10, 2024
  9. Dec 09, 2024
  10. Nov 07, 2024
  11. Oct 25, 2024
  12. Oct 24, 2024
  13. Sep 17, 2024
  14. Sep 13, 2024
  15. Sep 06, 2024
  16. Sep 03, 2024
Loading