This patch series eliminates warnings under Sun Studio. The first two patches address actual (but obviously minor) issues, the third is a nit, and the fourth disables a warning Sun Studio gets wrong. I'm not sure whether we want the verbose code needed in the forth to disable warnings under specific compilers, but since it's a rare enough case and saves people compiling the code from wondering about it's it's probably warranted. It's a verbose way to get rid of it though. I've CC'd people involved in the code touched by the first two, but the second two are generic enough that I've decided not to bother the original authors. Ævar Arnfjörð Bjarmason (4): Fix an enum assignment issue spotted by Sun Studio Fix a bitwise negation assignment issue spotted by Sun Studio Appease Sun Studio by renaming "tmpfile" Suppress "statement not reached" warnings under Sun Studio builtin/fast-export.c | 4 ++-- builtin/index-pack.c | 6 +++--- fast-import.c | 8 ++++---- pack-write.c | 6 +++--- read-cache.c | 6 ++++++ sha1_file.c | 12 ++++++------ test-treap.c | 2 +- vcs-svn/repo_tree.c | 2 +- vcs-svn/string_pool.c | 4 ++-- xdiff/xutils.c | 6 ++++++ 10 files changed, 34 insertions(+), 22 deletions(-) -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html