Index: /trunk/Makefile.kmk
===================================================================
--- /trunk/Makefile.kmk	(revision 65168)
+++ /trunk/Makefile.kmk	(revision 65169)
@@ -915,6 +915,4 @@
                -e ':nextwarning' \
                -e '/^ *$(DOLLAR)/d' \
-               -e '/warning. Unexpected tag .dd. found/d' \
-               -e '/warning. Unsupported xml.html tag .globalScope. found/d' \
                -e '/\/src\/VBox\/Main\/.* warning/b ignore' \
                -e '/\/src\/VBox\/Additions\/WINNT\/VBoxTray\/VBoxDispIf\.h.* warning/b ignore' \
@@ -931,5 +929,4 @@
                -e '/^[[:space:]]/b ignore' \
                -e '/^Possible candidates/b ignore' \
-               -e '/^HRESULT HostDnsService/b ignore' \
                -e '/^def testmanager::webui::wuicontentbase::__init__/b ignore' \
                -e 'b nextwarning' \
Index: /trunk/src/VBox/Devices/USB/DevOHCI.cpp
===================================================================
--- /trunk/src/VBox/Devices/USB/DevOHCI.cpp	(revision 65168)
+++ /trunk/src/VBox/Devices/USB/DevOHCI.cpp	(revision 65169)
@@ -2220,9 +2220,9 @@
 
             /** @todo r=bird: Messing with the toggle flag in prepare is probably not correct
-             * when we encounter a STALL error, 4.3.1.3.7.2: "If an endpoint returns a STALL
+             * when we encounter a STALL error, 4.3.1.3.7.2: ''If an endpoint returns a STALL
              * PID, the  Host Controller retires the General TD with the ConditionCode set
              * to STALL and halts the endpoint. The CurrentBufferPointer, ErrorCount, and
              * dataToggle fields retain the values that they had at the start of the
-             * transaction." */
+             * transaction.'' */
 
             /* update toggle and set data toggle carry */
Index: /trunk/src/VBox/Devices/USB/VUSBUrb.cpp
===================================================================
--- /trunk/src/VBox/Devices/USB/VUSBUrb.cpp	(revision 65168)
+++ /trunk/src/VBox/Devices/USB/VUSBUrb.cpp	(revision 65169)
@@ -352,7 +352,7 @@
             break;
 
-#if 1   /** @todo r=bird: OHCI say "If the Transfer Descriptor is being
+#if 1   /** @todo r=bird: OHCI say ''If the Transfer Descriptor is being
          * retired because of an error, the Host Controller must update
-         * the Halt bit of the Endpoint Descriptor."
+         * the Halt bit of the Endpoint Descriptor.''
          *
          * So, I'll subject all transfertypes to the same halt stuff now. It could
