mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: e7b01e7da5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-06-19 (Sun, 19 Jun 2011)
------------------
This commit was generated by Migit
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