Skip to content

Commit

Permalink
trivial: Ignore inlining warnings for docgen helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Jan 23, 2024
1 parent 5c74769 commit e78e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gen_doc_valsec_exe = executable('gen-validator-tag-sections',
gio_dep],
include_directories: [root_inc_dir,
include_directories ('../compose')],
c_args: ['-DASC_COMPILATION'],
c_args: ['-DASC_COMPILATION', '-Wno-error=inline'],
install: false,
)

Expand Down

0 comments on commit e78e99d

Please sign in to comment.