Index: translator/examples/Makefile.in
===================================================================
--- translator/examples/Makefile.in	(revision c11e31cbaeeeb0709ef952223453f301da13d515)
+++ translator/examples/Makefile.in	(revision b87a5edee8b2aa6c36e184150ebd60baf4c64251)
@@ -1,4 +1,20 @@
+######################### -*- Mode: Makefile-Gmake -*- ########################
+##
+## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+##
+## The contents of this file are covered under the licence agreement in the
+## file "LICENCE" distributed with Cforall.
+##
+## Makefile.in -- 
+##
+## Author           : Peter A. Buhr
+## Created On       : Sat May 16 11:34:24 2015
+## Last Modified By : Peter A. Buhr
+## Last Modified On : Sat May 16 11:35:25 2015
+## Update Count     : 2
+###############################################################################
+
 CC := @CFA_BINDIR@/cfa
-CFLAGS = -g -Wall -Wunused-function -MMD
+CFLAGS = -g -Wall -Wno-unused-function -MMD
 MAKEFILE_NAME = ${firstword ${MAKEFILE_LIST}}	# makefile name
 
