diff options
author | Ryan Volz <ryan.volz@gmail.com> | 2020-10-07 18:15:29 -0400 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2020-12-18 02:11:11 -0800 |
commit | 00fd051dff4a73081c40f4ccfc3b4ac8c62d74f1 (patch) | |
tree | 31e31287a80a1bde61424b3ade5938e879677050 /gr-digital/python/digital/bindings/constellation_python.cc | |
parent | 0cfaf9aac400c914c441374fdfcdaedb6a29d205 (diff) |
fec: lib: Remove use of FEC_API for function definitions.
This fixes building with MSVC. Since these files first get built into an
object that is *not* a shared library, FEC_API was resolving to
__declspec(dllimport), which should never be used for function
definitions. Warnings still occur about inconsistent dll linkage because
the gr_fec_rs target is built into an object library that doesn't define
"gnuradio_fec_EXPORTS", but the end result works. These warnings have
always existed previously.
Diffstat (limited to 'gr-digital/python/digital/bindings/constellation_python.cc')
0 files changed, 0 insertions, 0 deletions