VirtualBox

Changeset 56222 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Jun 3, 2015 1:58:13 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100769
Message:

warnings

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/time-linux.cpp

    r52822 r56222  
    8282        case -1:
    8383        {
    84             int rc;
    8584#ifdef CLOCK_MONOTONIC
    8685            /*
    8786             * Real-Time API.
    8887             */
    89             rc = clock_gettime(CLOCK_MONOTONIC, ts);
     88            int rc = clock_gettime(CLOCK_MONOTONIC, ts);
    9089            if (!rc)
    9190            {
  • trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp

    r48935 r56222  
    391391        case RTHANDLESTD_OUTPUT: fd = 1; break;
    392392        case RTHANDLESTD_ERROR:  fd = 2; break;
    393             break;
    394393        default:
    395394            AssertFailedReturn(NIL_RTFILE);
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