summaryrefslogtreecommitdiffstats
path: root/tests/libdimension/cxx.cpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-02-15 18:13:13 -0500
committerTavian Barnes <tavianator@gmail.com>2011-02-15 18:13:13 -0500
commit9f447d34909104da2527896ba85053356edf3b47 (patch)
tree416d3b6e477167bc12e7c4f627a27d1821d2cde6 /tests/libdimension/cxx.cpp
parentcf8fba7aab4b7bf52a4b0a0cd170956e0402a667 (diff)
downloaddimension-9f447d34909104da2527896ba85053356edf3b47.tar.xz
Make more empty parameter lists explicit.
Diffstat (limited to 'tests/libdimension/cxx.cpp')
-rw-r--r--tests/libdimension/cxx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libdimension/cxx.cpp b/tests/libdimension/cxx.cpp
index f38831a..2f1e3be 100644
--- a/tests/libdimension/cxx.cpp
+++ b/tests/libdimension/cxx.cpp
@@ -24,7 +24,7 @@
* Ensure that dimension.h can be included in a C++ program and behave properly.
*/
int
-main()
+main(void)
{
/* Make sure we can to bit-ops on this enum type */
dmnsn_quality quality = DMNSN_RENDER_PIGMENT | DMNSN_RENDER_LIGHTS;