Fix Clang compiler warnings (#290)

This commit is contained in:
ss 2023-09-22 15:59:39 +02:00 committed by GitHub
parent 848bf758c7
commit 2143027c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -669,10 +669,6 @@ static const short _address_eof_trans[] = {
1278, 1279, 1280, 1281, 1282, 1283, 0}; 1278, 1279, 1280, 1281, 1282, 1283, 0};
static const int address_start = 1; static const int address_start = 1;
static const int address_first_final = 196;
static const int address_error = 0;
static const int address_en_main = 1;
bool is_address(const char *p, const char *pe) bool is_address(const char *p, const char *pe)
{ {