[Ns-bugs] [Bug 317] build error

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Sat Sep 6 10:26:35 PDT 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=317


fw-ns3 at strlen.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fw-ns3 at strlen.de




------- Comment #2 from fw-ns3 at strlen.de  2008-09-06 13:26 -------
I doubt NSC itself works on mingw (or cygwin, for that matter), so
I think we need to blacklist those two.
Regarding the
src/internet-stack/nsc-tcp-socket-impl.cc:347: warning: converting of
error: That looks like a compiler bug to me, why would it need to convert
to an unsigned type here?

return txEmpty ? p->GetSize () : -1;

The method returns int.
Does
return txEmpty ? (int) p->GetSize () : -1;

make things work?


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list