GCC warns that exitWithFailure is marked as noreturn, but it does return: ../webkitgtk-2.4.8/Source/JavaScriptCore/heap/HeapStatistics.cpp:135:1: warning: 'noreturn' function does return
Created attachment 250819 [details] Fixup dummy HeapStatistics implementation GCC warns that exitWithFailure is marked as noreturn, but it does return: ../webkitgtk-2.4.8/Source/JavaScriptCore/heap/HeapStatistics.cpp:135:1: warning: 'noreturn' function does return Call exit(-1) to indicate that no, there is no returning from here.
Comment on attachment 250819 [details] Fixup dummy HeapStatistics implementation This patch has been pending review since 2015 with no recent activity. It seems unlikely that it would even still apply to trunk in its current form. Clearing from the review queue. Feel free to update and resubmit if the patch is still relevant.