Fix build on FreBSD
ClosedPublic

Authored by tcberner on Jul 26 2017, 12:33 PM.

Details

Reviewers
aspotashev
Group Reviewers
FreeBSD
Commits
R514:81e17bf1d851: Fix build on FreBSD
Summary

kross-interpreters/python/cxx/Objects.hxx:1081:15: error: cannot initialize

a member subobject of type 'int' with an rvalue of type 'nullptr_t'
      , offset( NULL )
        ^       ~~~~

Diff Detail

Repository
R514 Language interpreters for Kross
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
tcberner created this revision.Jul 26 2017, 12:33 PM
aspotashev accepted this revision.Jul 29 2017, 10:42 AM
This revision is now accepted and ready to land.Jul 29 2017, 10:42 AM
This revision was automatically updated to reflect the committed changes.