From 9f447d34909104da2527896ba85053356edf3b47 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 15 Feb 2011 18:13:13 -0500 Subject: Make more empty parameter lists explicit. --- tests/libdimension/cxx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libdimension/cxx.cpp') 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; -- cgit v1.2.3