Menu

#11 Build Error with Clang compare pointer to int value

fgms-0.9
closed
None
5
2018-10-05
2018-08-12
Neophile
No

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

1 Attachments

Discussion

  • Oliver Schroeder

    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

     
  • Oliver Schroeder

    • status: open --> closed
    • assigned_to: Oliver Schroeder
     

Log in to post a comment.

Monday.com Logo