irino / softflowd

softflowd: A flow-based network traffic analyser capable of Cisco NetFlow data export software.
https://github.com/irino/softflowd
Other
167 stars 29 forks source link

Make softflowd compile on newer versions of gcc #43

Closed TheWitness closed 2 years ago

TheWitness commented 2 years ago

This change will work around the compiler warnings as follows:

error: ‘for’ loop initial declarations are only allowed in C99 mode

irino commented 2 years ago

Thank you for sending PR. I deleted initial declarations in for in commit 1d5ca1c.

TheWitness commented 2 years ago

Cool. Closing then!