mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
Userland: Fix new GCC warnings
This commit is contained in:
parent
8cd62b5780
commit
c861195557
5 changed files with 12 additions and 3 deletions
|
@ -104,7 +104,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
};
|
||||
|
||||
for (const String& source_path : source_paths) {
|
||||
for (const String source_path : source_paths) {
|
||||
if (Core::File::is_directory(source_path)) {
|
||||
add_directory(source_path, add_directory);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue