Commit a87338f
committed
Fix compilation warnings from Solaris Developer Studio
This lets us build on solaris without disabling -Werror
* Switches from `UL` to `ULL` for very large constants in sds.c
* Removes `break` statements when they immediately follow an
unconditional goto.
Signed-off-by: michael-grunder <michael.grunder@gmail.com>1 parent 3819107 commit a87338f
2 files changed
+4
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1979 | 1979 | | |
1980 | 1980 | | |
1981 | 1981 | | |
1982 | | - | |
1983 | | - | |
1984 | 1982 | | |
1985 | 1983 | | |
1986 | 1984 | | |
| |||
2008 | 2006 | | |
2009 | 2007 | | |
2010 | 2008 | | |
2011 | | - | |
2012 | | - | |
2013 | 2009 | | |
2014 | 2010 | | |
2015 | 2011 | | |
2016 | 2012 | | |
2017 | 2013 | | |
2018 | 2014 | | |
2019 | | - | |
2020 | 2015 | | |
2021 | 2016 | | |
2022 | 2017 | | |
| |||
3045 | 3040 | | |
3046 | 3041 | | |
3047 | 3042 | | |
3048 | | - | |
3049 | 3043 | | |
3050 | 3044 | | |
3051 | 3045 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| |||
0 commit comments