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 three warnings (Wunused-parameter, Wsign-compare, Wdeprecated-declarations) and a typo. #4488

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Dec 11, 2023

  1. Fix warning: unused parameter 'context' [-Wunused-parameter].

    Signed-off-by: Roberto Turrado Camblor <rturrado@gmail.com>
    rturrado committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    74528a8 View commit details
    Browse the repository at this point in the history
  2. README.md: fixed typo. Changed defualt to default.

    UnbufferedCharStream.cpp: fixed warning: comparison of integers of different signs: 'value_type' (aka 'char32_t') and 'int_type' (aka 'int') [-Wsign-compare].
    Vocabulary.cpp: fixed  warning: ‘antlr4::dfa::Vocabulary::EMPTY_VOCABULARY’ is deprecated: Use the default constructor of Vocabulary instead. [-Wdeprecated-declarations].
    
    Signed-off-by: rturrado <68099809+rturrado@users.noreply.github.com>
    rturrado committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6d13837 View commit details
    Browse the repository at this point in the history