Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Openni2 build failed on linux (update to C99 standard) #2651

Merged
merged 4 commits into from
Nov 7, 2018

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    821e379 View commit details
    Browse the repository at this point in the history
  2. openni2: __FUNCTION__ and __VA_ARGS__ macro follow c99 standard

    __FUNCTION__ marco cannot use string concatenate in prinf() args, it
    need %s format output.
    __VA_ARGS__ will appear no empty argument situation. So we need add ##
    before it to remove privious comma.
    Daichou committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    82eeb69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e5ccf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Fixing a typo in the readme

    dorodnic committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e81ad14 View commit details
    Browse the repository at this point in the history