Skip to content

fix non-critical compiler warnings

ThomasKuehne requested to merge ThomasKuehne/xdpyinfo:compiler_warnings into master

Fixes

  • unsuffixed floating constant [-Wunsuffixed-float-constants] (where possible)
  • defined but not used [-Wunused-variable]
  • defined but not used [-Wunused-function]

Merge request reports