[Ns-bugs] [Bug 630] Wimax doesn't compile with gcc-3.4.x
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Wed Jul 8 09:13:33 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=630
--- Comment #2 from Faker Moatamri <faker.moatamri at sophia.inria.fr> 2009-07-08 12:13:32 EDT ---
Replaced the initial value of uint8_t = -1 by the negation of 0 which means
initialvalue = ~0 (binary negation of 0) instead of initialvalue = -1 which
shouldn't exist as it is an unsigned integer.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list