https://bugs.kde.org/show_bug.cgi?id=455168

--- Comment #1 from Paul Floyd <pjfl...@wanadoo.fr> ---
I get quite a few new warnings (there were perhaps 5 before, mostly void abuse
and for x86)


m_main.c:3439:34: warning: passing argument 2 of 'valgrind_main' discards
'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
m_main.c:3439:40: warning: passing argument 3 of 'valgrind_main' discards
'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
m_main.c:3439:34: warning: passing argument 2 of 'valgrind_main' discards
'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
m_main.c:3439:40: warning: passing argument 3 of 'valgrind_main' discards
'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
m_libcbase.c:94:46: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_libcbase.c:123:47: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_libcbase.c:151:46: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_libcbase.c:188:48: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_libcbase.c:225:43: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_pathscan.c:131:26: warning: cast discards 'const' qualifier from pointer
target type [-Wcast-qual]
m_initimg/initimg-freebsd.c:286:16: warning: initialization discards 'const'
qualifier from pointer target type [-Wdiscarded-qualifiers]
m_initimg/initimg-freebsd.c:557:31: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:559:31: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:562:31: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:566:19: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:573:21: warning: assignment to 'HChar **' {aka
'char **'} from incompatible pointer type 'const HChar **' {aka 'const char
**'} [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:575:29: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_sigframe/sigframe-amd64-freebsd.c:256:27: warning: taking address of
expression of type 'void'
m_syswrap/syswrap-generic.c:3084:38: warning: cast discards 'const' qualifier
from pointer target type [-Wcast-qual]
m_libcbase.c:94:46: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_libcbase.c:123:47: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_libcbase.c:151:46: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_libcbase.c:188:48: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_libcbase.c:225:43: warning: to be safe all intermediate pointers in cast from
'HChar **' {aka 'char **'} to 'const HChar **' {aka 'const char **'} must be
'const' qualified [-Wcast-qual]
m_pathscan.c:131:26: warning: cast discards 'const' qualifier from pointer
target type [-Wcast-qual]
m_initimg/initimg-freebsd.c:286:16: warning: initialization discards 'const'
qualifier from pointer target type [-Wdiscarded-qualifiers]
m_initimg/initimg-freebsd.c:557:31: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:559:31: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:562:31: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:566:19: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:573:21: warning: assignment to 'HChar **' {aka
'char **'} from incompatible pointer type 'const HChar **' {aka 'const char
**'} [-Wincompatible-pointer-types]
m_initimg/initimg-freebsd.c:575:29: warning: passing argument 1 of 'copy_str'
from incompatible pointer type [-Wincompatible-pointer-types]
m_sigframe/sigframe-x86-freebsd.c:292:27: warning: taking address of expression
of type 'void'
m_syswrap/syswrap-generic.c:3084:38: warning: cast discards 'const' qualifier
from pointer target type [-Wcast-qual]
m_syswrap/syswrap-x86-freebsd.c:401:24: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
m_syswrap/syswrap-x86-freebsd.c:406:24: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
m_syswrap/syswrap-x86-freebsd.c:419:10: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
m_syswrap/syswrap-x86-freebsd.c:460:10: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to