Changeset 2347


Ignore:
Timestamp:
06/30/22 12:41:08 (2 years ago)
Author:
jderouillat
Message:

Fix new transfer protocol for LLVM compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/transport/one_sided_client_buffer.cpp

    r2346 r2347  
    118118        if (count > 0)  
    119119        { 
    120           blocs_.push_back({addr,currentBuffer_, start, count, currentWindow_}) ; 
     120          blocs_.push_back({addr,currentBuffer_, start, static_cast<int>(count), currentWindow_}) ; 
    121121          nbBlocs++ ;  
    122122        } 
     
    127127        if (count > 0)  
    128128        { 
    129           blocs_.push_back({addr,currentBuffer_, start, count, currentWindow_}) ; 
     129          blocs_.push_back({addr,currentBuffer_, start, static_cast<int>(count), currentWindow_}) ; 
    130130          nbBlocs++ ;  
    131131        } 
Note: See TracChangeset for help on using the changeset viewer.