Fix an incomplete null structure spec in Python readline suppression module.
authorTodd Fiala <todd.fiala@gmail.com>
Thu, 26 Jun 2014 22:35:36 +0000 (22:35 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Thu, 26 Jun 2014 22:35:36 +0000 (22:35 +0000)
Now that I'm building Linux with clang, I'm seeing more clang warnings.
This fills in some extra fields missing in the final end-of-structure-array
marker.

llvm-svn: 211812

lldb/scripts/Python/modules/readline/readline.cpp

index e5941cc..b0d6b74 100644 (file)
@@ -8,7 +8,7 @@
 
 static struct PyMethodDef moduleMethods[] =
 {
-    {0, 0}
+    {nullptr, nullptr, 0, nullptr}
 };
 
 PyDoc_STRVAR(