Michael G Thomas wrote:
> After a "git pull"./configure,make: This happened:
>
> g++ -MMD  -O3 -march=native -fno-rtti -fno-exceptions -std=c++0x 
> -pthread -Wall   -I/opt/ActiveTcl-8.6/include -o src/tkscid.o -c 
> src/tkscid.cpp
> src/tkscid.cpp: In member function ‘const char* 
> scidBaseT::addGame_(scidBaseT*, uint)’:
> src/tkscid.cpp:797:37: warning: suggest parentheses around assignment 
> used as truth value [-Wparentheses]
>      while (f = getFilter(i_filters++)) f->Append(f->isWhole() ? 1 : 0);
>                                      ^
> src/tkscid.cpp:799:12: error: invalid conversion from ‘errorT {aka 
> short unsigned int}’ to ‘const char*’ [-fpermissive]
>      return OK;
>             ^
Thanks for reporting both bugs.
The line above should have been "return 0".
At the moment i'm focusing on writing the code to allow multiple 
searches and i do not have time to investigate the other bug: would you 
mind filling a bug report
http://sourceforge.net/p/scid/bugs/
so it will be recorded and i can go back to it in the future?
Thanks,
Fulvio

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to