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 a few issues with the examples #7

Closed
wants to merge 2 commits into from

Commits on Jun 13, 2018

  1. Add C++14 declarations to examples

    This fixes compilation on Ubuntu 16.04.
    
    Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
    tohojo committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c4cbafa View commit details
    Browse the repository at this point in the history
  2. example client: Accept empty flags value

    It's currently impossible to set the flags value to the default with the
    client, and running it without any -f argument gives confusing errors. Fix
    this so an empty flag value means default.
    
    Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
    tohojo committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    5164e02 View commit details
    Browse the repository at this point in the history