VirtualBox

Ignore:
Timestamp:
Jun 27, 2016 4:56:46 PM (8 years ago)
Author:
vboxsync
Message:

svnsync-vbox/main.c: delete_entry - placate cppcheck by initializing
prev_process. SVN_ERR() should take care that we never use it
uninitialized, but cppcheck doesn't see it without svn API headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/apps/svnsync-vbox/main.c

    r58234 r61907  
    15111511  edit_baton_t *eb = pb->edit_baton;
    15121512#ifdef VBOX
    1513   svn_boolean_t prev_process;
     1513  svn_boolean_t prev_process = FALSE;
    15141514  svn_boolean_t ignore_everything;
    15151515#endif /* VBOX */
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