mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 05:11:46 +03:00
Remove pedantic arg
This commit is contained in:
parent
59102acc59
commit
ff8fa84e28
@ -10,7 +10,7 @@ inc = include_directories('include')
|
||||
ent_sources = ['ent.c']
|
||||
|
||||
libent_dep = declare_dependency(sources : ent_sources,
|
||||
compile_args : ['-Wall', '-pedantic'],
|
||||
compile_args : ['-Wall'],
|
||||
include_directories : inc)
|
||||
|
||||
libent = both_libraries('ent',
|
||||
|
Loading…
Reference in New Issue
Block a user