Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp	(revision 82441)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp	(revision 82442)
@@ -437,4 +437,5 @@
 }
 
+#ifdef VBOX_WITH_PCI_PASSTHROUGH
 /** Parse PCI address in format 01:02.03 and convert it to the numeric representation. */
 static int32_t parsePci(const char* szPciAddr)
@@ -458,4 +459,5 @@
     return (aVals[0] << 8) | (aVals[1] << 3) | (aVals[2] << 0);
 }
+#endif
 
 void parseGroups(const char *pcszGroups, com::SafeArray<BSTR> *pGroups)
