• omy's avatar
    0023947: Eliminate trivial compiler warnings in MSVC++ with warning level 4 · 302f96fb
    omy authored
    Fix first subset of warnings (about 100)
    - while(1) and similar constructs replaced by for(;;)
    - some uninitialized variables corrected
    Got rid of Warning C4189: local variable is initialised but not referenced
    Corrected mistakes after getting rid of C4189 compiler warning
    Corrected some mistakes that led to compiling errors
    Fixed test case because of improvement message - removed unnecessary TODO.
    Small fix: tabs have been replaced with whitespaces.
    Added TODO for Windows platform
    removed last TODO
    Corrected mistakes, returned some #ifdef DEB code, fixed test case .
    Restoring a few places which have been modified too much
    Small grammar fix
    Deleted unnecessary puts in bugs/end
    302f96fb
BOPAlgo_PaveFiller_6.cxx 57.8 KB