Commit feced591 authored by Anders Kaseorg's avatar Anders Kaseorg
Browse files

configure: Fix FD_ISSET test under -Werror



The uninitialized variable warning from T x; broke the test if the
user passed CXXFLAGS='-O2 -Wall -Werror'.  (Users shouldn’t do that;
our own --enable-compile-warnings=error option was unaffected.)

Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent 7c100807
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment