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

test: suppress compiler warning in test_bigint #40253

Closed
wants to merge 1 commit into from

Commits on Sep 29, 2021

  1. test: suppress compiler warning in test_bigint

    Currently the are two of following compiler warnings is
    generated:
    
    In file included from ../test_bigint.c:5:
    ../test_bigint.c: In function ‘CreateTooBigBigInt’:
    ../test_bigint.c:120:22: warning:
    ‘words’ may be used uninitialized [-Wmaybe-uninitialized]
    
    This commit initialized the words array to avoid these warnings.
    danbev committed Sep 29, 2021
    Copy the full SHA
    4935af9 View commit details
    Browse the repository at this point in the history