Commit 6d721c7
committed
patch 8.0.0199: compiler warnings for libcall
Problem: Warning for an unused parameter when the libcall feature is
disabled. Warning for a function type cast when compiling with
-pedantic.
Solution: Add UNUSED. Use a different type cast. (Damien Molinier)1 parent de318c5 commit 6d721c7
3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6859 | 6859 | | |
6860 | 6860 | | |
6861 | 6861 | | |
6862 | | - | |
6863 | | - | |
6864 | 6862 | | |
6865 | | - | |
| 6863 | + | |
6866 | 6864 | | |
6867 | 6865 | | |
6868 | 6866 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6918 | 6918 | | |
6919 | 6919 | | |
6920 | 6920 | | |
6921 | | - | |
| 6921 | + | |
6922 | 6922 | | |
6923 | 6923 | | |
6924 | 6924 | | |
| |||
6940 | 6940 | | |
6941 | 6941 | | |
6942 | 6942 | | |
6943 | | - | |
| 6943 | + | |
6944 | 6944 | | |
6945 | 6945 | | |
6946 | 6946 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| 767 | + | |
| 768 | + | |
767 | 769 | | |
768 | 770 | | |
769 | 771 | | |
| |||
0 commit comments