mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
Merge pull request #347 from qlyoung/ignore-flex-sign-error
lib: add #pragma to ignore flex sign cmp error
This commit is contained in:
commit
73a9e6d2a5
@ -23,6 +23,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
/* ignore harmless bug in old versions of flex */
|
||||||
|
#pragma GCC diagnostic ignored "-Wsign-compare"
|
||||||
|
|
||||||
#include "command_parse.h"
|
#include "command_parse.h"
|
||||||
|
|
||||||
#define YY_USER_ACTION yylloc->last_column += yyleng;
|
#define YY_USER_ACTION yylloc->last_column += yyleng;
|
||||||
|
Loading…
Reference in New Issue
Block a user