Skip to content

fix various compiler warnings

Niclas Zeising requested to merge zeising/xclock:zeising/fixwarn into master

Fix various compiler warnings, at least on FreeBSD.

Use fabsf when dealing with floating point numbers (float)

Fix logic sorrounding && and ||

Merge request reports