1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 16:32:30 +01:00
Files
wmaker/WINGs/WINGs
Christophe CURIS 39fdb451ba 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.
2012-04-21 09:33:27 -03:00
..
2012-01-20 21:49:53 +00:00
2012-04-21 09:33:27 -03:00