Fixed wrong structure declaration
commit39fdb451ba6ff84430507e327fa01a43f40b7315
authorChristophe CURIS <christophe.curis@free.nospam.fr>
Sat, 21 Apr 2012 12:01:27 +0000 (21 14:01 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 21 Apr 2012 12:33:27 +0000 (21 09:33 -0300)
tree9752177813674203ccd24be8f8317105b974669c
parent244b63e6b5bd039980aa0ea2ac8cbd6ca27b9fdf
Fixed wrong structure declaration

The declaration of the structure actually also created an unused variable. This
variable was not used anywhere, and lead to symbol defined in multiple objects.
These symbol are silently merged by GCC, thus no problem was reported.

The issue was raised by Yves de Champlain when trying to compile with LLVM/clang
which is a bit stricter there.
WINGs/WINGs/WINGsP.h