mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Fix all current build warnings in LibC.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user