From: Lars Op den Kamp Date: Fri, 18 Nov 2011 22:40:40 +0000 (+0100) Subject: cec: fixed compiler warning after 45de9d9fb1cdefce6ecb53f372a9947480046bba X-Git-Tag: upstream/2.2.0~1^2~44^2~125 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b1ee8e60f6032fd5a48f6d70a52fa2c534caa459;p=deb_libcec.git cec: fixed compiler warning after 45de9d9fb1cdefce6ecb53f372a9947480046bba --- diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index 24243ff..aae5c00 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -269,7 +269,7 @@ void ShowHelpConsole(void) int main (int argc, char *argv[]) { - int iPhysicalAddress = -1; + int16_t iPhysicalAddress = -1; cec_device_type_list typeList; typeList.clear();