Build under Clang produce error on compare between int and pointer, ex : fg_server.cxx Line1779,1790,..
Solved by use nullptr (c++11 compliant) instead of 0 integer value. see my local hack in attachment
Fixed in 0.13.3. Please test. To get the repro use
git clone https://ofschroeder@git.code.sf.net/p/fgms/src -b 0.13.3 fgms
If no problems arise I will merge this branch with master.
Regards, Oliver
Log in to post a comment.
Fixed in 0.13.3. Please test. To get the repro use
git clone https://ofschroeder@git.code.sf.net/p/fgms/src -b 0.13.3 fgms
If no problems arise I will merge this branch with master.
Regards,
Oliver