gpm icon indicating copy to clipboard operation
gpm copied to clipboard

synaptics.c: 2 * bad test ?

Open dcb314 opened this issue 4 years ago • 0 comments

synaptics.c:2355:25: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]

Source code is

if ( bytes [0] == 'S' && bytes [0] == 'T'){

synaptics.c:2425:26: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]

Duplicate

dcb314 avatar Nov 27 '19 18:11 dcb314