mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-12 19:20:41 +00:00
Fix a bunch of compiler warnings. Not all, but a lot.
This commit is contained in:
parent
15fb917f28
commit
901b7d5d91
Notes:
sideshowbarker
2024-07-19 15:38:02 +09:00
Author: https://github.com/awesomekling
Commit: 901b7d5d91
10 changed files with 29 additions and 191 deletions
|
@ -16,6 +16,9 @@ extern "C" {
|
|||
|
||||
int chown(const char* pathname, uid_t owner, gid_t group)
|
||||
{
|
||||
(void)pathname;
|
||||
(void)owner;
|
||||
(void)group;
|
||||
assert(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue