Skip to content

Commit 590dfe1

Browse files
authored
BLD: Bump our C standard to 11 (pandas-dev#55902)
1 parent ea9c19c commit 590dfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(
77
meson_version: '>=1.2.1',
88
default_options: [
99
'buildtype=release',
10-
'c_std=c99'
10+
'c_std=c11'
1111
]
1212
)
1313

0 commit comments

Comments
 (0)