Just the changes needed for the Tile architecture to compile cleanly with
-Werror.
#ifdef HAVE_MPIPE
/* Number of configured parallel pipelines. */
-unsigned int tile_num_pipelines;
+int tile_num_pipelines;
#endif
/*
const char *RunModeTileMpipeGetDefaultMode(void);
void RunModeTileMpipeRegister(void);
-extern unsigned int tile_num_pipelines;
+extern int tile_num_pipelines;
int RunModeTileMpipeWorkers(DetectEngineCtx *);
/* Ignore signals when using spin locks */
#define SCCondT uint8_t
#define SCCondInit(x,y) ({ 0; })
-#define SCCondSignal(x)
-#define SCCondDestroy(x)
+#define SCCondSignal(x) ({ 0; })
+#define SCCondDestroy(x) ({ 0; })
static inline void cycle_sleep(int cycles)
{