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/domain.cpp

    r1672 r1852  
    8585     m["reorder_domain"] = TRANS_REORDER_DOMAIN; 
    8686     m["extract_domain"] = TRANS_EXTRACT_DOMAIN; 
     87 
     88     return true ; 
    8789   } 
    8890   CATCH 
Note: See TracChangeset for help on using the changeset viewer.