Changeset 2e30d47


Ignore:
Timestamp:
Oct 22, 2017, 1:42:19 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
af98d27
Parents:
e220391
Message:

Fixed gcc-7 build

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/Common/utility.h

    re220391 r2e30d47  
    1818#include <cctype>
    1919#include <algorithm>
     20#include <functional>
    2021#include <iostream>
    2122#include <iterator>
  • src/main.cc

    re220391 r2e30d47  
    502502                                assertf( false, "Unknown option: %s\n", argv[optind - 1] );
    503503                        } // if
     504                        __attribute__((fallthrough));
    504505                  default:
    505506                        abort();
Note: See TracChangeset for help on using the changeset viewer.