X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftestclient%2Fmain.cpp;h=d119aef768eda7bb017a192a573e4659e30bfc5a;hb=bcd03b376090dafc233889bbf7405221d1a37cb0;hp=bfbec5e7aada7061c2d370c99cf72135d38e5faf;hpb=6dfe921375b746dab058c1f1c3a8263fbd409d3d;p=deb_libcec.git diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index bfbec5e..d119aef 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -211,7 +211,6 @@ int main (int argc, char *argv[]) else if (command == "la") { string strvalue; - int iLogicalAddress; if (GetWord(input, strvalue)) { parser->SetLogicalAddress((cec_logical_address) atoi(strvalue.c_str()));