Changes in / [85d340d:0e04f59]
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/utility.h
r85d340d r0e04f59 18 18 #include <cctype> 19 19 #include <algorithm> 20 #include <functional>21 20 #include <iostream> 22 21 #include <iterator> -
src/main.cc
r85d340d r0e04f59 502 502 assertf( false, "Unknown option: %s\n", argv[optind - 1] ); 503 503 } // if 504 #if __GNUC__ < 7505 #else506 __attribute__((fallthrough));507 #endif508 504 default: 509 505 abort();
Note: See TracChangeset
for help on using the changeset viewer.