imageworks / Field3D

[NO LONGER MAINTAINED] A library for storing voxel data on disk and in memory.
https://github.com/imageworks/Field3D/wiki/Field3D-Home
BSD 3-Clause "New" or "Revised" License
304 stars 72 forks source link

Fix warning when compiling with Clang #46

Closed lgritz closed 12 years ago

lgritz commented 12 years ago

The self-assignment in the UNUSED macro of EmptyField.h generates a warning with Clang about self-assignment.