Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-1333 Type cast warnings in our C++ code
  3. REEF-1334

Replace comparison with 0 with a comparison with NULL in the bridge

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.15
    • REEF Bridge, REEF.NET
    • None

    Description

      In InteropReturnInfo::HasExceptions(), we should replace return ((int)obj) !=0; }} with {{return obj != NULL;

      Attachments

        Issue Links

          Activity

            People

              markus.weimer Markus Weimer
              markus.weimer Markus Weimer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: