Changeset 321a2481 for src/Makefile.in


Ignore:
Timestamp:
Jun 6, 2016, 1:11:34 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
64071c2
Parents:
b8387fc
git-author:
Rob Schluntz <rschlunt@…> (06/06/16 13:08:28)
git-committer:
Rob Schluntz <rschlunt@…> (06/06/16 13:11:34)
Message:

add void casts to code generator to reduce gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    rb8387fc r321a2481  
    414414          esac; \
    415415        done; \
    416         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
     416        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
    417417        $(am__cd) $(top_srcdir) && \
    418           $(AUTOMAKE) --gnu src/Makefile
     418          $(AUTOMAKE) --foreign src/Makefile
    419419.PRECIOUS: Makefile
    420420Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.