VirtualBox

Ignore:
Timestamp:
Sep 13, 2017 9:23:52 AM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp

    r68734 r68736  
    322322    }
    323323
    324     int rc;
     324    int rc = VINF_SUCCESS;
    325325
    326326    try
     
    331331            {
    332332                pSink->Con.Main.pConsole = pThis->pConsole;
    333 
    334                 rc = VINF_SUCCESS;
    335333                break;
    336334            }
     
    344342                    char szFile[RTPATH_MAX];
    345343                    if (RTStrPrintf(szFile, sizeof(szFile), "%s%s",
    346                                     VBOX_AUDIO_DEBUG_DUMP_PCM_DATA_PATH, "DrvAudioVideoRec.webm" /** @todo Make this configurable. */))
     344                                    VBOX_AUDIO_DEBUG_DUMP_PCM_DATA_PATH, "DrvAudioVideoRec.webm"))
    347345                    {
    348346                        /** @todo Add sink name / number to file name. */
     
    384382        }
    385383    }
    386 #ifdef VBOX_AUDIO_DEBUG_DUMP_PCM_DATA /* Fixes "unreachable code" in MSVC. */
    387384    catch (std::bad_alloc)
    388385    {
    389386        rc = VERR_NO_MEMORY;
    390387    }
    391 #endif
    392388
    393389    if (RT_SUCCESS(rc))
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