cmake: Fix compile warnings in cmListFileLexer

Authored by kfunk on Aug 7 2017, 8:22 AM.

Description

cmake: Fix compile warnings in cmListFileLexer

Issues:

cmListFileLexer.c:1578:17: warning: unused function 'yyunput'
[-Wunused-function]
    static void yyunput (int c, char * yy_bp , yyscan_t yyscanner)
                ^
cmListFileLexer.c:1626:16: warning: function 'input' is not needed and
will not be emitted [-Wunneeded-internal-declaration]
    static int input  (yyscan_t yyscanner)
               ^

Details

Committed
kfunkAug 7 2017, 8:22 AM
Parents
R32:613630373573: Fix KLineEdit->QLineEdit port: showClearButton is now clearButtonEnabled
Branches
Unknown
Tags
Unknown