Mentions légales du service

Skip to content
Snippets Groups Projects
Commit af98d52c authored by Vincent Danjean's avatar Vincent Danjean
Browse files

Increase compiler warning level

parent 92bc2b42
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ WriteMakefile(
NAME => 'ALTree::CUtils',
SKIP => [qw(all static static_lib dynamic dynamic_lib)],
clean => {'FILES' => 'libaltree-cutils$(LIB_EXT)'},
INC => '-I. -Ic_sources',
INC => '-Wall -I. -Ic_sources',
);
sub MY::top_targets {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment