[valgrind] [Bug 455168] want/need more 'const' in Valgrind source code

2022-06-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=455168 --- Comment #5 from Paul Floyd --- On amd64 most files get compiled twice, once for x86 and once for amd64. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 455168] want/need more 'const' in Valgrind source code

2022-06-14 Thread John Reiser
https://bugs.kde.org/show_bug.cgi?id=455168 --- Comment #4 from John Reiser --- (In reply to Paul Floyd from comment #1) > I get quite a few new warnings (there were perhaps 5 before, mostly void > abuse and for x86) When I process those warning lines using the shell pipeline sort | uniq

[valgrind] [Bug 455168] want/need more 'const' in Valgrind source code

2022-06-13 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=455168 --- Comment #3 from Paul Floyd --- For this, just 'git clone' and 'configure' which would have picked up paulf> gcc --version gcc (FreeBSD Ports Collection) 10.3.0 More often I use paulf> clang --version FreeBSD clang version 11.0.1

[valgrind] [Bug 455168] want/need more 'const' in Valgrind source code

2022-06-13 Thread John Reiser
https://bugs.kde.org/show_bug.cgi?id=455168 --- Comment #2 from John Reiser --- (In reply to Paul Floyd from comment #1) > I get quite a few new warnings (there were perhaps 5 before, mostly void > abuse and for x86) Please specify the compiler name and version, and the command-line parameters.

[valgrind] [Bug 455168] want/need more 'const' in Valgrind source code

2022-06-13 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=455168 --- Comment #1 from Paul Floyd --- 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

[valgrind] [Bug 455168] want/need more 'const' in Valgrind source code

2022-06-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=455168 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr -- You are receiving this