TopModLab / TopMod

Automatically exported from code.google.com/p/topmod
10 stars 2 forks source link

Unsafe casts from pointer to int. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout latest TopMod
2. Build on 64-bit Linux

Some DLFL source files set an unsigned int to a pointer value, and g++ refuses 
to compile the code without -fpermissive. Appending -fpermissive to the 
CXXFLAGS works around this, but this should be fixed in source.

Original issue reported on code.google.com by mazi...@gmail.com on 17 Feb 2012 at 2:48