VirtualBox

Changeset 21290 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jul 7, 2009 7:53:03 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49628
Message:

gcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmodnm.cpp

    r21107 r21290  
    276276             * Did the module change? Then update the symbol prefix.
    277277             */
    278             if (    cchMod != pszModNameEnd - pszModName
     278            if (    cchMod != (size_t)(pszModNameEnd - pszModName)
    279279                ||  memcmp(pszModName, szSym, cchMod))
    280280            {
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