mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 05:45:08 +00:00
lib: add #pragma's to ignore flex sign cmp error
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
bca0c46d8f
commit
073845da5e
@ -23,6 +23,9 @@
|
||||
*/
|
||||
|
||||
%{
|
||||
/* ignore harmless bug in old versions of flex */
|
||||
#pragma GCC diagnostic ignored "-Wsign-compare"
|
||||
|
||||
#include "command_parse.h"
|
||||
|
||||
#define YY_USER_ACTION yylloc->last_column += yyleng;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user