diff --git a/CHANGES/828.contrib.rst b/CHANGES/828.contrib.rst new file mode 100644 index 000000000..2632e285a --- /dev/null +++ b/CHANGES/828.contrib.rst @@ -0,0 +1,8 @@ +Added an explicit ``void`` for arguments in C-function signatures +which addresses the following compiler warning: + +.. code-block:: console + + warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] + +-- by :user:`hoodmane`