![]() |
Wanted: Volunteers to Update the Sigil User's Guide
Kevin Hendricks (@KevinH) is the current maintainer of Sigil, he's the one who started this thread. ;) |
Hi,
Most of the warnings I see not in the 3rdparty section of the source, are related to: Code:
sizet n = length(of something);No n will be big enough for this to be an issue of overflow of the non-negative range of values of an int i and adding casts just make the code messy. None of these are in any way real issues. The only other warning type in your file is reorder warning as it does not like constructor member initialization lists to be in a different order than the order they are declared in the header for that class. AFAIK, none of these are bugs either. In the C++ spec, the order of initialization in the constructor has nothing to do with the order that members of a class are constructed, destructed, or initialized as that is solely determined by the order of their declaration in the header. So this is a warning about nothing, other than understand the C++ spec on the order of member initialization. The only other warning type in your list is a unused variable warning that again is there becase of other code that is ifdef'd out at the moment but kept around. So nothing to see here either. Nothing to worry about here. Thanks, KevinH ps. I have just pushed changes to Sigil master to hopefully prevent these warnings. If you do another clean build any time soon please let me know if you see anything warningwize in Sigil. Thanks! Kevin Quote:
|
@crutledge
There are no problems with your epub, I was just "playing with words", see my PM to you! |
| All times are GMT -4. The time now is 08:14 PM. |
Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.