Ignore:
Timestamp:
01/20/20 15:47:32 (4 years ago)
Author:
ymipsl
Message:

Compiler fix : solve the problem of crash occured with recent version of GCC, only in optimised mode > O1
It seems to be due to non return value from a non void function in case of early initialization (static initialization).
Thanks to A. Durocher who find the tip.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/axis.cpp

    r1672 r1852  
    5959     m["temporal_splitting"] = TRANS_TEMPORAL_SPLITTING; 
    6060     m["duplicate_scalar"] = TRANS_DUPLICATE_SCALAR_TO_AXIS; 
     61 
     62     return true ; 
    6163 
    6264   } 
Note: See TracChangeset for help on using the changeset viewer.