Skip to content
Snippets Groups Projects
Commit 2796b437 authored by Rob Davies's avatar Rob Davies
Browse files

Fix SunStudio compiler warnings

Mainly unreachable code, a couple of integer issues and anonymous
unions.  Suppressed an anonymous union warning in cram_codecs.h
as it would need a lot of changes to fix.  A bogus 'end of loop not
reached' error is suppressed in knetfile.c (the compiler does
not like macros of the form `do { return; } while (0)`).

Replaced use of `diff -q` with `cmp` in test.pl as the -q option
is not supported in Solaris-derivatives.
parent 1c4acb41
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment