This seems only to be a problem in 6.5 svn.
Michael
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University
voice: 480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax: 480-965-7671 (SHESC), 480-727-0709 (CSDC)
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
On Dec 16, 2013, at 1:00 PM, <grass-dev-request@lists.osgeo.org> <grass-dev-request@lists.osgeo.org> wrote:
From: Markus Neteler <neteler@osgeo.org>
Subject: Re: [GRASS-dev] trying to compile GRASS 6.5 on Mavericks
Date: December 16, 2013 at 2:22:39 AM MST
To: Glynn Clements <glynn@gclements.plus.com>
Cc: GRASS developers list <grass-dev@lists.osgeo.org>
On Sat, Dec 14, 2013 at 3:19 PM, Glynn Clements
<glynn@gclements.plus.com> wrote:Michael Barton wrote:
GRASS 6.5 does not compile.
…
error.c:281:6: error: non-void function ‘print_error’ should return a value [-Wreturn-type]
return;Change it to “return 0;”. The return value is ignored in any case (in
GRASS 7, print_error() returns void).…
lib/gis/error.c, line 281.
Do we want this applied in G6.*.svn?
Markus