Commit 68921c02 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelinting

parent 15c3618f
-d__flexelint_v9__=1
+fan
// -w4
-printf(3, VSL)
......
......@@ -2,6 +2,9 @@
* Toplevel control file for FlexeLint
*/
//d__flexelint_v9__=1
+fan
///////////////////////////////////////////////////////////////////////
// build/config related
......
......@@ -5,9 +5,6 @@
-efunc(662, VSHA256_Update) // Possible creation of out-of-bounds pointer
-efunc(662, be32dec_vect) // Possible creation of out-of-bounds pointer
-efunc(670, VSHA256_Update) // Possible access beyond array for function '___',
+fan // Allow anon unions
-e713 // Loss of precision (assignment) (unsigned long long to long long)
-dVARNISH_STATE_DIR="foo"
......
......@@ -28,7 +28,7 @@
#include <stdint.h>
#define ILL (0xff)
#define ILL ((int8_t) 127)
/* These are defined in hex.c */
......
......@@ -26,6 +26,8 @@
* write buffer: utility functions to append-write on a varnish workspace
*/
#include "config.h"
#include <string.h>
#include "cache/cache.h"
......
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