mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
Fix all current build warnings in LibC.
This commit is contained in:
parent
47b7eeda44
commit
e9cdb6bb9b
9 changed files with 19 additions and 17 deletions
|
@ -14,6 +14,7 @@ FileSystemPath::FileSystemPath(const String& s)
|
|||
bool FileSystemPath::canonicalize(bool resolveSymbolicLinks)
|
||||
{
|
||||
// FIXME: Implement "resolveSymbolicLinks"
|
||||
(void) resolveSymbolicLinks;
|
||||
auto parts = m_string.split('/');
|
||||
Vector<String> canonicalParts;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue