Changeset 321a2481 for src/examples


Ignore:
Timestamp:
Jun 6, 2016, 1:11:34 PM (8 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/examples/Makefile.in

    rb8387fc r321a2481  
    198198          esac; \
    199199        done; \
    200         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/examples/Makefile'; \
     200        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/examples/Makefile'; \
    201201        $(am__cd) $(top_srcdir) && \
    202           $(AUTOMAKE) --gnu src/examples/Makefile
     202          $(AUTOMAKE) --foreign src/examples/Makefile
    203203.PRECIOUS: Makefile
    204204Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.