This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
openjpeg
Watch
1
Star
0
Fork
0
You've already forked openjpeg
Code
Issues
Pull Requests
Releases
Wiki
Activity
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 10:54:33 +00:00
#
include
"openjpeg.h"
[trunk] add empty test about the issue 197. Updates issue 197
2012-11-27 09:11:16 +00:00
[trunk] remove some simple warnings about unused params
2014-03-03 11:40:59 +00:00
int
main
(
int
argc
,
char
*
*
argv
)
{
(
void
)
argc
;
(
void
)
argv
;
return
0
;
}
Reference in New Issue
Copy Permalink