Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 76ff27e

Browse files
committed
disable ISO-C++ pedantic warnings
1 parent 5ccc1a2 commit 76ff27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ link_args=[]
2525
extra_args=[]
2626

2727
if meson.get_compiler('cpp').get_id() == 'gcc'
28-
extra_args = ['-pedantic', '-fpermissive', '-Wno-write-strings', '-Wno-unknown-pragmas']
28+
extra_args = ['-fpermissive', '-Wno-write-strings', '-Wno-unknown-pragmas']
2929
release_args = ['-w']
3030
suffix = 'x86_64'
3131
if compiler.version().version_compare('<9')

0 commit comments

Comments
 (0)