Merge "Revert "edk2: Suppress LinuxLoaderLib warning through wrapper""
diff --git a/clang-wrapper.py b/clang-wrapper.py
index 58ec10f..531da48 100755
--- a/clang-wrapper.py
+++ b/clang-wrapper.py
@@ -39,7 +39,6 @@
 
 allowed_warnings = set([
     "list.h:80",
-    "LinuxLoaderLib.c:526",
  ])
 
 # Capture the name of the object file, if can find it.