Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Fix Clang warnings about printf format mismatches #1338

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

Fix Clang warnings about printf format mismatches #1338

wants to merge 1 commit into from

Commits on Jan 27, 2016

  1. Fix Clang warnings about printf format mismatches

    All of the API version numbers are declared as plain integer literals,
    so using %hu is wrong. They are int, not unsigned short.
    
    The booleans are not to be printed as %hhu.
    
    Signed-off-by: Thiago Macieira <[email protected]>
    thiagomacieira committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    6afb446 View commit details
    Browse the repository at this point in the history