You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Use clang for static code analysis during lint testing.
Nothing found except for some functions that should have been marked __noreturn__.
This commit is contained in:
@@ -359,6 +359,10 @@ sub containerBuild
|
||||
{
|
||||
$strScript .= ' libperl5.14';
|
||||
}
|
||||
elsif ($strOS eq VM_U16)
|
||||
{
|
||||
$strScript .= ' clang-5.0';
|
||||
}
|
||||
}
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user