Commit d0efd253 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Silence 30 (!) flexelint warnings.

parent cf71ad8e
......@@ -51,6 +51,8 @@
/*--------------------------------------------------------------------*/
const char vsl_file_id[] = {'V', 'S', 'L', '2'};
const char * const VSL_tags[SLT__MAX] = {
# define SLTM(foo,flags,sdesc,ldesc) [SLT_##foo] = #foo,
# include "tbl/vsl_tags.h"
......
......@@ -31,7 +31,7 @@
*
*/
static const char vsl_file_id[] = {'V', 'S', 'L', '2'};
extern const char vsl_file_id[4];
#define VSL_FILE_ID (vsl_file_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment