diff options
| author | Piotr Sikora <piotrsikora@google.com> | 2016-06-27 15:00:05 -0700 |
|---|---|---|
| committer | Piotr Sikora <piotrsikora@google.com> | 2016-06-27 15:00:05 -0700 |
| commit | 70f7141074896fb1ff3e5fc08407ea0f64f2076b (patch) | |
| tree | 77d576467173f5c7c29f34d828038b028abdc204 /auto/types/uintptr_t | |
| parent | b3d891a47e7ec0ed55c44ea9514af292fe3399b0 (diff) | |
| download | nginx-70f7141074896fb1ff3e5fc08407ea0f64f2076b.tar.gz nginx-70f7141074896fb1ff3e5fc08407ea0f64f2076b.tar.bz2 | |
Configure: fix build with -Werror=old-style-definition.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Diffstat (limited to 'auto/types/uintptr_t')
| -rw-r--r-- | auto/types/uintptr_t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/types/uintptr_t b/auto/types/uintptr_t index 2b7212ebe..7db6e4506 100644 --- a/auto/types/uintptr_t +++ b/auto/types/uintptr_t @@ -19,7 +19,7 @@ cat << END > $NGX_AUTOTEST.c #include <sys/types.h> $NGX_INTTYPES_H -int main() { +int main(void) { uintptr_t i = 0; return (int) i; } |
