summaryrefslogtreecommitdiffstats
path: root/tests/libdimension/cxx.cpp
diff options
context:
space:
mode:
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;