Fix SWIG compilation warnings from WT_CRYPT_KEYS struct

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • WT12.0.0, 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: APIs, Tools
    • None
    • Storage Engines - Foundations
    • 84.765
    • None
    • 1

      When compiling with SWIG in C++ mode (workgen project), then WT_CRYPT_KEYS produces a warning:

      .../build/include/wiredtiger.h:5780: Warning 312: Nested union not currently supported (ignored).

      This problem can be solved by using %feature("flatnested") SWIG feature. It generates a non-nested proxy class in the target language.

            Assignee:
            Alex Blekhman
            Reporter:
            Alex Blekhman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: