mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
drivertool: fix compiler warnings
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1548 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
@@ -181,7 +182,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (argv[1][0] == '-')
|
||||
{
|
||||
ir_protocol_t p;
|
||||
ir_protocol_t p = IR_PROTOCOL_UNKNOWN;
|
||||
|
||||
switch (argv[1][1])
|
||||
{
|
||||
|
Reference in New Issue
Block a user