ifpps: Use unsigned int to store number of CPUs
commitbc1a4990f32c00d53a76aa0742358e094b564a8a
authorTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 14:02:30 +0000 (13 16:02 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 14:13:47 +0000 (13 16:13 +0200)
tree9d655a3cf718ad63684179144134ff4c7fac115d
parent86373411a23051a18ae3ed01b180f838dbcd76e7
ifpps: Use unsigned int to store number of CPUs

Since get_number_cpus() now returns unsigned int store it's return value
and derived values in unsigned int variables as well.

This fixes the some warnings when compiling with -W/-Wsign-compare:

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c