comparison auto/types/typedef @ 4543:51744fa997c7

Fixed compilation warnings in configuration C tests. Based on a patch by Piotr Sikora.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Mar 2012 20:39:38 +0000
parents d620f497c50f
children 62d8db8c7157
comparison
equal deleted inserted replaced
4542:586969d972b9 4543:51744fa997c7
26 #include <sys/resource.h> 26 #include <sys/resource.h>
27 #include <netinet/in.h> 27 #include <netinet/in.h>
28 $NGX_INCLUDE_INTTYPES_H 28 $NGX_INCLUDE_INTTYPES_H
29 29
30 int main() { 30 int main() {
31 $ngx_try i = 0; 31 $ngx_try i;
32 i = 0;
32 return 0; 33 return 0;
33 } 34 }
34 35
35 END 36 END
36 37