Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    ra365e0d raf98d27  
    502502                                assertf( false, "Unknown option: %s\n", argv[optind - 1] );
    503503                        } // if
     504                        #if __GNUC__ < 7
     505                        #else
     506                                __attribute__((fallthrough));
     507                        #endif
    504508                  default:
    505509                        abort();
Note: See TracChangeset for help on using the changeset viewer.