VirtualBox

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


Ignore:
Timestamp:
Oct 21, 2011 9:41:18 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74492
Message:

VMM,IPRT: -Wunused-function.

Location:
trunk/src/VBox/Runtime/common
Files:
4 edited

Legend:

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

    r39032 r39070  
    892892
    893893
     894#ifdef SOME_UNUSED_FUNCTION
    894895/**
    895896 * Unloads a DWARF section previously mapped by rtDbgModDwarfLoadSection.
     
    908909    return rc;
    909910}
     911#endif
    910912
    911913
     
    29772979
    29782980
     2981#ifdef SOME_UNUSED_FUNCTION
    29792982/**
    29802983 * Skips a DIE.
     
    29993002    return RT_FAILURE(pCursor->rc) ? pCursor->rc : pAbbrevCursor->rc;
    30003003}
     3004#endif
    30013005
    30023006
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r37818 r39070  
    174174static DECLCALLBACK(size_t) rtLogOutputPrefixed(void *pv, const char *pachChars, size_t cbChars);
    175175static void rtlogLoggerExVLocked(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args);
     176#ifndef IN_RC
    176177static void rtlogLoggerExFLocked(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...);
     178#endif
    177179
    178180
     
    327329# ifdef IN_RING3
    328330
     331#  ifdef SOME_UNUSED_FUNCTION
    329332/**
    330333 * Logging to file, output callback.
     
    368371    return 0;
    369372}
     373
     374#  endif /* SOME_UNUSED_FUNCTION */
    370375
    371376
     
    33113316
    33123317
     3318#ifndef IN_RC
    33133319/**
    33143320 * For calling rtlogLoggerExVLocked.
     
    33293335    va_end(va);
    33303336}
    3331 
     3337#endif /* !IN_RC */
     3338
  • trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp

    r39029 r39070  
    18461846
    18471847
     1848#ifdef VBOX_STRICT
    18481849/**
    18491850 * Checks if the stack contains @a pRec.
     
    18841885    return false;
    18851886}
     1887#endif /* VBOX_STRICT */
    18861888
    18871889
  • trunk/src/VBox/Runtime/common/zip/tar.cpp

    r39032 r39070  
    690690}
    691691
     692#ifdef SOME_UNUSED_FUNCTION
    692693static int rtTarGetFilesOverallSize(RTFILE hFile, const char * const *papszFiles, size_t cFiles, uint64_t *pcbOverallSize)
    693694{
     
    733734    return rc;
    734735}
     736#endif /* SOME_UNUSED_FUNCTION */
    735737
    736738/******************************************************************************
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