• Alexis SALZMAN's avatar
    xCrack/xOctree: warning treatement · 54ac8b9e
    Alexis SALZMAN authored
    JintParks.cc
    ============
    A if with 2 instructions on same ligne put only one treated by if.
    Treated as part of if (will change only output)
    
    lCrack.cc
    =========
    unused variable: now used
    
    oField.h
    ========
    comparison beween signed and unsigned int: cast and test inserted in
    assert
    
    Note: Issue https://git.gem.ec-nantes.fr/eXlibris/Xfiles/issues/53
    about xcFrontSpaces.cc warning still have to be treated.
    It is of the same kind: a if with 2 instructions on same ligne
    But I don't took time to understand algo to do the aprropriate corection.
    Left as an issue.
    54ac8b9e