ntamas / plfit

Fitting power-law distributions to empirical data, according to the method of Clauset, Shalizi and Newman
GNU General Public License v2.0
47 stars 17 forks source link

Update main.c #12

Closed lxjhk closed 9 years ago

lxjhk commented 9 years ago

Disable warnings

ntamas commented 9 years ago

Disabling the warnings in main.c would not prevent them from appearing when compiling plgen.c or the test cases. However, I have made several MSVC-related tweaks today (see 22dab8bb) so the project should now compile without warnings on MSVC out-of-the-box.