Skip to content

Commit cc972ed

Browse files
committed
Remove gnu11 std
1 parent e3a2319 commit cc972ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/packagefiles/arrow-cpp/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ project(
2929
version: '22.0.0',
3030
license: 'Apache-2.0',
3131
meson_version: '>=1.3.0',
32-
default_options: ['c_std=gnu11,c11', 'warning_level=2', 'cpp_std=c++17'],
32+
default_options: ['c_std=c11', 'warning_level=2', 'cpp_std=c++17'],
3333
)
3434

3535
project_args = [

0 commit comments

Comments
 (0)