Changeset 291 in flair-src for trunk/demos/OpticalFlow/uav


Ignore:
Timestamp:
01/09/19 13:58:48 (5 years ago)
Author:
Sanahuja Guillaume
Message:

add exit failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/demos/OpticalFlow/uav/src/main.cpp

    r137 r291  
    106106        address=addressArg.getValue();
    107107
    108         } catch (ArgException &e)  // catch any exceptions
    109         { cerr << "error: " << e.error() << " for arg " << e.argId() << endl; }
     108        } catch (ArgException &e) {
     109        cerr << "error: " << e.error() << " for arg " << e.argId() << endl;
     110        exit(EXIT_FAILURE);
     111    }
    110112}
Note: See TracChangeset for help on using the changeset viewer.