Skip to content
  • rahix's avatar
    fix(crc_patch): Silence a deprecation warning · 321a941e
    rahix authored
    
    
    The crc_patch utility displays the following warning:
    
        bootloader/./crc_patch.py:31: DeprecationWarning: PY_SSIZE_T_CLEAN
            will be required for '#' formats
    
    We cannot fix the offending library so disable the warnings to prevent
    unnecessary build-log clutter.
    
    Signed-off-by: default avatarRahix <rahix@rahix.de>
    321a941e