X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftestclient%2Fmain.cpp;h=c1106d5cdcf88dfc3c4f84b95d5aef1873e79269;hb=5ee37222777c8f0712ffa75ceff7a4102583b432;hp=1621ad34b1d80b437409bc805765c2bc460d5b2f;hpb=1bfdc9bd15dc0056dedac3e9425edd4b2d25a96a;p=deb_libcec.git diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index 1621ad3..c1106d5 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -181,6 +181,7 @@ void EnableCallbacks(ICECAdapter *adapter) g_callbacks.CBCecKeyPress = &CecKeyPress; g_callbacks.CBCecCommand = &CecCommand; g_callbacks.CBCecConfigurationChanged = NULL; + g_callbacks.CBCecAlert = NULL; adapter->EnableCallbacks(NULL, &g_callbacks); }