Fixed Documentation for Common Math Library
This commit is contained in:
@@ -17,10 +17,9 @@
|
||||
// =====================================================================================================================
|
||||
|
||||
#include <fstream>
|
||||
#include <math.h>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
|
||||
int main(int argc, const char** argv)
|
||||
int main(int, const char**)
|
||||
{
|
||||
std::ofstream flt("float.h");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user