Cycles: Silent paranoid uninitialized GCC warnings in release kernels
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
*/
|
||||
#if defined(__GNUC__) && defined(NDEBUG)
|
||||
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
# pragma GCC diagnostic ignored "-Wuninitialized"
|
||||
#endif
|
||||
|
||||
/* Selective nodes compilation. */
|
||||
|
@@ -20,6 +20,7 @@
|
||||
*/
|
||||
#if defined(__GNUC__) && defined(NDEBUG)
|
||||
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
# pragma GCC diagnostic ignored "-Wuninitialized"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user