There are build failure on grass70 on GRASS PPA Launchpad.
the part from error log:
iscatt_core.c: In function 'compute_scatts_from_chunk_row':
iscatt_core.c:580:4: warning: statement with no effect [-Wunused-value]
iscatt_core.c:581:17: error: expected ';' before 'G_gettext'
There are build failure on grass70 on GRASS PPA Launchpad.
the part from error log:
...
iscatt_core.c: In function 'compute_scatts_from_chunk_row':
iscatt_core.c:580:4: warning: statement with no effect [-Wunused-value]
iscatt_core.c:581:17: error: expected ';' before 'G_gettext'
...
Is this only launchpad or anyone have problems because error message doesn't seems so
Hi,
I got cc'd on the launchpad error too and already fixed it in svn. Easy fix, just a missing (). Perhaps some other compiler warnings there to look at though.
Yesterday I tried to erase all compiler warning which gcc showed me. But I am not sure if I have correct setting of compiler to show me all warnings. Could you give me some advice with this?
Yesterday I tried to erase all compiler warning which gcc showed me. But I am
not sure if I have correct setting of compiler to show me all warnings. Could
you give me some advice with this?
it's not so bad actually, after a svn up and 'make distclean' only one minor one remains from gcc 4.4.5 using
CFLAGS="-g -march=native -Wall -Werror-implicit-function-declaration -fno-common -Wextra -Wunused"
iscatt_core.c: In function 'compute_scatts_from_chunk_row':
iscatt_core.c:454: warning: unused parameter 'region'
it’s not so bad actually, after a svn up and ‘make distclean’ only one minor one remains from gcc 4.4.5 using
CFLAGS=“-g -march=native -Wall -Werror-implicit-function-declaration -fno-common -Wextra -Wunused”
thank you.
iscatt_core.c: In function ‘compute_scatts_from_chunk_row’:
iscatt_core.c:454: warning: unused parameter ‘region’
it’s not so bad actually, after a svn up and ‘make distclean’ only one minor one remains from gcc 4.4.5 using
CFLAGS=“-g -march=native -Wall -Werror-implicit-function-declaration -fno-common -Wextra -Wunused”
thank you.
iscatt_core.c: In function ‘compute_scatts_from_chunk_row’:
iscatt_core.c:454: warning: unused parameter ‘region’