VirtualBox

Changeset 104494 in vbox for trunk/src/libs


Ignore:
Timestamp:
May 2, 2024 4:47:01 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163016
Message:

libs/xpcom/python/src/VariantUtils.cpp: Missing break (harmless), bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp

    r103505 r104494  
    901901                        PyXPCOM_LogWarning("Objects of type '%s' can not be converted to an nsIVariant", PyXPCOM_ObTypeName(ob));
    902902                        nr = NS_ERROR_UNEXPECTED;
     903                        break;
    903904                default:
    904905                        NS_ABORT_IF_FALSE(0, "BestVariantTypeForPyObject() returned a variant type not handled here!");
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette