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

Fixes nuttx target warning #4984

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 1, 2022

  1. Fixes nuttx target warning

    ```
    jerry-main.c: In function 'str_to_uint':
    jerry-main.c:89:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
       89 |     *out_p = num_str_p;
    make[4]: Leaving directory '/home/runner/work/jerryscript/jerryscript/targets/os/nuttx'
    make[3]: Leaving directory '/home/runner/work/jerryscript/apps'
    ```
    
    JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
    lygstate committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    969b681 View commit details
    Browse the repository at this point in the history