summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d/jp3d_lib.h
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-15 15:47:56 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-15 15:47:56 +0000
commit98682e1073211000495aa378e7da5bfb69b225c9 (patch)
treef0879b27e100b989183e787898e52ecd23396751 /src/lib/openjp3d/jp3d_lib.h
parentd6bcb8b7e074c4543ee0243b355f8b3ff0566c9d (diff)
[trunk] Remove some warnings about missing prototypes (gcc)
Diffstat (limited to 'src/lib/openjp3d/jp3d_lib.h')
-rwxr-xr-xsrc/lib/openjp3d/jp3d_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/jp3d_lib.h b/src/lib/openjp3d/jp3d_lib.h
index a2fb05ba..dae43275 100755
--- a/src/lib/openjp3d/jp3d_lib.h
+++ b/src/lib/openjp3d/jp3d_lib.h
@@ -43,7 +43,7 @@ The functions in JP3D_LIB.C are internal utilities mainly used for memory manage
Difference in successive opj_clock() calls tells you the elapsed time
@return Returns time in seconds
*/
-double opj_clock();
+double opj_clock(void);
/**
Allocate a memory block with elements initialized to 0