diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 15:47:56 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 15:47:56 +0000 |
| commit | 98682e1073211000495aa378e7da5bfb69b225c9 (patch) | |
| tree | f0879b27e100b989183e787898e52ecd23396751 /src/lib/openjp2/function_list.h | |
| parent | d6bcb8b7e074c4543ee0243b355f8b3ff0566c9d (diff) | |
[trunk] Remove some warnings about missing prototypes (gcc)
Diffstat (limited to 'src/lib/openjp2/function_list.h')
| -rw-r--r-- | src/lib/openjp2/function_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/function_list.h b/src/lib/openjp2/function_list.h index 0e27d75a..17a50051 100644 --- a/src/lib/openjp2/function_list.h +++ b/src/lib/openjp2/function_list.h @@ -73,7 +73,7 @@ typedef struct opj_procedure_list * * @return the newly created validation list. */ -opj_procedure_list_t * opj_procedure_list_create(); +opj_procedure_list_t * opj_procedure_list_create(void); /** * Destroys a validation list. |
