summaryrefslogtreecommitdiff
path: root/grc/core/schema_checker/utils.py
diff options
context:
space:
mode:
authorDaniel Estévez <daniel@destevez.net>2020-08-11 16:56:33 +0200
committerMarcus Müller <marcus@hostalia.de>2020-10-01 19:47:22 +0200
commit8ab575e312aeb043284eccf2b71abb61121f89af (patch)
treed3438f1a6cbd1a147c93e75950f9add1b2106d9d /grc/core/schema_checker/utils.py
parentae0c0979d5be3d89510c29834e8226894fad028d (diff)
gr-fec: fix MSVC workaround for libfec Reed-Solomon decoder
MSVC does not support variable length arrays in C, so under MSVC the Reed-Solmon decoder from libfec is built using a maximum array size instead of variable length arrays. This workaround only affects the generic decode_rs_char() function. The CCSDS functions decode_rs_8() and decode_rs_ccsds() use fixed length arrays. In f762dc637b3b954c4521fd83829c531371d1f87f the generic decode_rs_char() function was moved from decode_rs.c to char.c, so the CMakeLists.txt workaround needs to be updated accordingly.
Diffstat (limited to 'grc/core/schema_checker/utils.py')
0 files changed, 0 insertions, 0 deletions