On Thu, Jul 21, 2022 at 03:10:40PM +0530, Siddharth Vadapalli via
Linuxptp-devel wrote:
> Remove the unreachable switch case TS_SOFTWARE.
>
> Signed-off-by: Siddharth Vadapalli <[email protected]>
> ---
> sk.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/sk.c b/sk.c
> index b55d6b5..a49bcf4 100644
> --- a/sk.c
> +++ b/sk.c
> @@ -477,9 +477,6 @@ int sk_timestamping_init(int fd, const char *device, enum
> timestamp_type type,
> if (type != TS_SOFTWARE) {
> filter1 = HWTSTAMP_FILTER_PTP_V2_EVENT;
> switch (type) {
> - case TS_SOFTWARE:
> - tx_type = HWTSTAMP_TX_OFF;
> - break;
This introduces a build failure with -Werror
/home/richard/git/linuxptp/sk.c: In function ‘sk_timestamping_init’:
/home/richard/git/linuxptp/sk.c:484:3: error: enumeration value ‘TS_SOFTWARE’
not handled in switch [-Werror=switch]
switch (type) {
^~~~~~
cc1: all warnings being treated as errors
make: *** [<builtin>: sk.o] Error 1
So NAK to this patch.
Sorry,
Richard
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel