User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9b5) Gecko/2008032600 SUSE/2.9.95-5 Firefox/3.0b5 Build Identifier: cpu-freq-monitor.c:53: warning: 'return' with no value, in function returning non-void and the source code is 50 if (!g_file_test (filePath, G_FILE_TEST_EXISTS)) 51 { 52 g_free (filePath); 53 return; 54 } and 68 if (!g_file_test (filePath, G_FILE_TEST_EXISTS)) 69 { 70 g_free (filePath); 71 return; 72 } Reproducible: Always Steps to Reproduce:
Created attachment 1603 Patch that fixes the compile error I guess the timer should be aborted if the file does not exist. So returning FALSE makes sense here.
This has been fixed, and will be ok in the next release.
*** Bug 6022 has been marked as a duplicate of this bug. ***