VirtualBox

Changeset 99775 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
May 12, 2023 12:21:58 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157370
Message:

*: Mark functions as static if not used outside of a given compilation unit. Enables the compiler to optimize inlining, reduces the symbol tables, exposes unused functions and in some rare cases exposes mismtaches between function declarations and definitions, but most importantly reduces the number of parfait reports for the extern-function-no-forward-declaration category. This should not result in any functional changes, bugref:3409

Location:
trunk/src/VBox/Runtime/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTCat.cpp

    r98103 r99775  
    164164 *                              reordered, so the memory must be writable.)
    165165 */
    166 RTEXITCODE RTCmdCat(unsigned cArgs, char **papszArgs)
     166static RTEXITCODE RTCmdCat(unsigned cArgs, char **papszArgs)
    167167{
    168168
  • trunk/src/VBox/Runtime/tools/RTCp.cpp

    r98103 r99775  
    224224 *                              reordered, so the memory must be writable.)
    225225 */
    226 RTEXITCODE RTCmdCp(unsigned cArgs, char **papszArgs)
     226static RTEXITCODE RTCmdCp(unsigned cArgs, char **papszArgs)
    227227{
    228228
Note: See TracChangeset for help on using the changeset viewer.

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