This website requires JavaScript.
Explore
Help
Sign In
walkero
/
openjpeg
Watch
1
Star
0
Fork
You've already forked openjpeg
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
13cde9fa37
openjpeg
/
tests
/
unit
/
testempty0.c
8 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
[trunk] Fix compilation issue where size_t would be undefined
2012-11-28 11:54:33 +01:00
#
include
"openjpeg.h"
[trunk] add empty test about the issue 197. Updates issue 197
2012-11-27 10:11:16 +01:00
[trunk] remove some simple warnings about unused params
2014-03-03 12:40:59 +01:00
int
main
(
int
argc
,
char
*
*
argv
)
{
(
void
)
argc
;
(
void
)
argv
;
return
0
;
}