1) With (outdated) Apple clang version 3.1 I don't see any warnings about format-security anymore (r12563):
$ grep '\[-Wformat-security' 2013-09-21-bug1193025-clang-12563.txt | wc -l 0
2) Attached is the list with all remaining warnings (Apple clang version 3.1) - I don't know if more recent clang versions handle all of them as warnings, too, or fail elsewhere.
$ grep '\[-W' 2013-09-21-bug1193025-clang-12563.txt | wc -l 175
Re warnings from code implementing emf/wmf support: I brought those up in bug #988601 (comment #158), here's the reply of the author of that specific code: <https://bugs.launchpad.net/inkscape/+bug/988601/comments/162>
1) With (outdated) Apple clang version 3.1 I don't see any warnings about format-security anymore (r12563):
$ grep '\[-Wformat- security' 2013-09-21-bug1193025-clang-12563.txt | wc -l
0
2) Attached is the list with all remaining warnings (Apple clang version 3.1) - I don't know if more recent clang versions handle all of them as warnings, too, or fail elsewhere.
$ grep '\[-W' 2013-09-21-bug1193025-clang-12563.txt | wc -l
175
Re warnings from code implementing emf/wmf support: /bugs.launchpad .net/inkscape/ +bug/988601/ comments/ 162>
I brought those up in bug #988601 (comment #158), here's the reply of the author of that specific code:
<https:/