Skip to content

Commit

Permalink
Assume 'long long' is OK: it's in C++11.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Sep 9, 2017
1 parent 1d8d990 commit fb1cca3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -16312,9 +16312,6 @@ then
-fnothrow-opt
fi

# The PostgreSQL headers now require "long long".
add_compiler_opts_if_ok -Wno-long-long


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking g++ visibility attribute" >&5
$as_echo_n "checking g++ visibility attribute... " >&6; }
Expand Down
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ then
-fnothrow-opt
fi

# The PostgreSQL headers now require "long long".
add_compiler_opts_if_ok -Wno-long-long


AC_MSG_CHECKING([g++ visibility attribute])
gcc_visibility=yes
Expand Down

0 comments on commit fb1cca3

Please sign in to comment.