Skip to content

Commit 0c963b6

Browse files
committed
Added prototype declarations of some functions for new compiler.
1 parent b2aea2f commit 0c963b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CameraViewController.m

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838

3939
static struct timeval _start, _end;
4040

41+
void _tic(void);
42+
double _toc(void);
43+
double _tocp(void);
44+
4145
void _tic() {
4246
gettimeofday(&_start, NULL);
4347
}

0 commit comments

Comments
 (0)