1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:41:00 +00:00
serenity/Userland
Daniel Bertalan b9c753f6f9 LibC+LibDl: Declare functions taking no arguments as taking void
In C++, a function declaration with an empty parameter list means that
the function takes no arguments. In C, however, it means that the
function takes an unspecified number of parameters.

What we did previously was therefore non-conforming. This caused a
config check to fail in the curl port, as it was able to redeclare
`rand` as taking an int parameter.
2022-01-08 19:22:00 +01:00
..
Applets Applets/ResourceGraph: Propagate errors in JSON decoding 2022-01-03 16:01:42 +01:00
Applications PixelPaint+LibGfx: Add sepia color filter 2022-01-08 12:31:11 +01:00
Demos Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
DevTools Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Spider: Add functionality to automatically move cards to valid stacks 2022-01-08 00:11:51 +01:00
Libraries LibC+LibDl: Declare functions taking no arguments as taking void 2022-01-08 19:22:00 +01:00
Services Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
Shell Userland: Fail Core::find_executable_in_path on empty inputs 2022-01-04 07:38:42 +00:00
Utilities gzip: Don't fail when trying to compress empty files 2022-01-08 15:29:38 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00