Skip to content

Commit

Permalink
Fix ifdef fan out
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Nov 24, 2024
1 parent 6be8acd commit d70ae55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qcbor_number_decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,7 @@ QCBORDecode_GetUInt64ConvertAllInMapSZ(QCBORDecodeContext *pMe,



#ifndef USEFULBUF_DISABLE_ALL_FLOAT

/**
* @brief Convert many number types to a double.
Expand Down Expand Up @@ -1792,7 +1793,6 @@ QCBORDecode_GetDoubleConvertAllInMapN(QCBORDecodeContext *pMe,
pdValue);
}


/*
* Public function, see header qcbor/qcbor_decode.h file
*/
Expand Down Expand Up @@ -1824,6 +1824,7 @@ QCBORDecode_GetDoubleConvertAllInMapSZ(QCBORDecodeContext *pMe,
pdValue);
}

#endif /* ! USEFULBUF_DISABLE_ALL_FLOAT */



Expand Down

0 comments on commit d70ae55

Please sign in to comment.