Commits


Keith Kraus authored and Antoine Pitrou committed 29c8c4d643f
ARROW-13500 [C++] Fix using '-Wno-unknown-warning-option' with GCC The `-Wno-unknown-warning-option` is implemented in Clang but not GCC. Alternatively I could change this to pass `-Wno-unknown-warning` which seems to have similar behavior according to https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html Closes #10834 from kkraus14/fix_gcc_unknown_warning Authored-by: Keith Kraus <3665167+kkraus14@users.noreply.github.com> Signed-off-by: Antoine Pitrou <antoine@python.org>