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/include | |
| 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/include')
| -rw-r--r-- | auto/include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/include b/auto/include index e34dabdae..0f8bc1e04 100644 --- a/auto/include +++ b/auto/include @@ -20,7 +20,7 @@ cat << END > $NGX_AUTOTEST.c $NGX_INCLUDE_SYS_PARAM_H #include <$ngx_include> -int main() { +int main(void) { return 0; } |
