Skip to content

Fix compilation warning: 'GOFFICE_WITH_DECIMAL64' is not defined

Ludovic Rousseau requested to merge rousseau/goffice:master into master

The warning was:

 goffice/math/goffice-math.h:37:5: warning: 'GOFFICE_WITH_DECIMAL64' is not defined, evaluates to 0 [-Wundef]
 #if GOFFICE_WITH_DECIMAL64
     ^

Merge request reports