Skip to content

fix various non-critical compiler warnings

ThomasKuehne requested to merge ThomasKuehne/xclock:compiler_warnings into master

fixes non-critical compiler warnings:

  • unsuffixed floating constant [-Wunsuffixed-float-constants]
  • missing initializer for field ‘extension’ of ‘SimpleClassPart’ [-Wmissing-field-initializers]
  • warning: using integer absolute value function ‘abs’ when argument is of floating-point type ‘float’ [-Wabsolute-value]

Merge request reports