another fix for cap_dshow.cpp; fixed warning in facerec_demo
This commit is contained in:
@@ -53,7 +53,7 @@ int main(int argc, const char *argv[]) {
|
||||
// read in the data
|
||||
try {
|
||||
read_csv(fn_csv, images, labels);
|
||||
} catch (exception& e) {
|
||||
} catch (exception&) {
|
||||
cerr << "Error opening file \"" << fn_csv << "\"." << endl;
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user