Skip to content

Commit

Permalink
Kill warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Dec 30, 2020
1 parent a8db118 commit 647fae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/adios2/toolkit/sst/cp/ffs_marshal.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,8 @@ extern void FFSFreeMarshalData(SstStream Stream)
{
/* reader side */
struct FFSReaderMarshalBase *Info = Stream->ReaderMarshalData;
SstMarshalMethod Marshaling = Stream->WriterConfigParams->MarshalMethod;
SstMarshalMethod Marshaling =
(SstMarshalMethod)Stream->WriterConfigParams->MarshalMethod;
if (Info)
{
for (int i = 0; i < Stream->WriterCohortSize; i++)
Expand Down

0 comments on commit 647fae6

Please sign in to comment.