1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Userland
Brian Gianforcaro f0b3aa0331 Everywhere: Pass AK::Format TypeErasedFormatParams by reference
This silences a overeager warning in sonar cloud, warning that
slicing could occur with `VariadicFormatParams` which derives from
`TypeErasedFormatParams`.

Reference:
https://sonarcloud.io/project/issues?id=SerenityOS_serenity&issues=AXuVPBO_k92xXUF3qWsm&open=AXuVPBO_k92xXUF3qWsm
2021-08-30 15:50:00 +04:30
..
Applets AudioApplet: Remove wpath and cpath priviliges 2021-08-27 23:17:05 +02:00
Applications MouseSettings: Tweak UI layout of cursor themes tab 2021-08-30 02:48:31 +02:00
Demos Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00
DevTools Everywhere: Pass AK::Format TypeErasedFormatParams by reference 2021-08-30 15:50:00 +04:30
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games 2048: Remove wpath and cpath pledges 2021-08-28 12:22:16 +04:30
Libraries LibWeb: Preprocess the CSS stream in the Tokenizer 2021-08-30 00:08:40 +02:00
Services WindowServer: Always return properly cropped bitmap 2021-08-28 08:18:41 +01:00
Shell Shell: Use a relative path in builtin_cd for chdir if possible 2021-08-28 20:02:27 +02:00
Utilities ps: Sort using input order in case of -q 2021-08-28 15:08:00 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00