summaryrefslogtreecommitdiff
path: root/Kernel/ProcFS.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-12 12:11:22 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-12 12:11:22 +0100
commit7ce15f1c54cd56c4303e6fcd613043df1758343d (patch)
treece7e139ba2845525160ecb8336e7943d002be231 /Kernel/ProcFS.cpp
parentf3c8821b0fad6c8bac9607859866aec896801bd7 (diff)
downloadserenity-7ce15f1c54cd56c4303e6fcd613043df1758343d.zip
Fix some compilation warnings.
Diffstat (limited to 'Kernel/ProcFS.cpp')
-rw-r--r--Kernel/ProcFS.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/ProcFS.cpp b/Kernel/ProcFS.cpp
index 9f24279e0f..b1c06006b2 100644
--- a/Kernel/ProcFS.cpp
+++ b/Kernel/ProcFS.cpp
@@ -109,6 +109,7 @@ static inline InodeIdentifier to_parent_id(const InodeIdentifier& identifier)
case PDI_PID_fd:
return to_identifier(identifier.fsid(), PDI_PID, to_pid(identifier), FI_PID_fd);
}
+ ASSERT_NOT_REACHED();
}
#if 0