Index: /trunk/src/VBox/Runtime/common/misc/getoptargv.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/getoptargv.cpp	(revision 55672)
+++ /trunk/src/VBox/Runtime/common/misc/getoptargv.cpp	(revision 55673)
@@ -327,5 +327,5 @@
              */
             Assert((fFlags & RTGETOPTARGV_CNV_QUOTE_MASK) == RTGETOPTARGV_CNV_QUOTE_MS_CRT);
-            bool fInQuote;
+            bool fInQuote = false;
             for (;;)
             {
