Skip to content

Fix various compiler warnings

Alan Coopersmith requested to merge alanc/xf86-input-synaptics:cleanup into master
  • Fix -Wold-style-declaration warning
  • Quiet -Wredundant-decls from xorg/os.h fallbacks for timingsafe_memcmp
  • Clear 9 of 9 -Wimplicit-fallthrough warnings
  • Take care of -Wempty-body warning from call to empty PS2DBG macro
Edited by Alan Coopersmith

Merge request reports