>>>>> Markus Neteler <[EMAIL PROTECTED]> writes:

[...]

 > BTW: there is this (unrelated) warning: error.c: In function
 > 'print_sentence': error.c:531: warning: value computed is not used

        IIUC, it's harmless.  The attached patch should make it go away.

[...]

--- lib/gis/error.c     2008-01-27 16:34:31.000000000 +0600
+++ lib/gis/error.c     2008-01-27 16:36:19.000000000 +0600
@@ -528,7 +528,7 @@
            next++;
                
            if ( *next == '\n' ) {
-               *next++;
+               next++;
                break;
            }
        }
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to