Skip to content

[fix] Fix fpos one definition rules warning message

Timothée Couble requested to merge fix/fixFposWarningMessage into master

Fix _G_fpos_t and _G_fpos64_t conflicting types.

vtkLidarPacketInterpreter must be includes before all other vtk includes.

From dd1720a3:

As vtkSystemIncludes.h was included instead of stdio.h so the CMake variable __USE_LARGEFILE64 is consistent and fixes the 2 differents definition of _G_fpos_t and _G_fpos64_t.

Merge request reports