Skip to content

Commit

Permalink
mkbootimg: Ignore unimportant compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslikeslinux committed Dec 1, 2014
1 parent 44ec737 commit 4188530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/m8_gpe/manifests/mkbootimg.pp
Expand Up @@ -9,7 +9,7 @@
}

exec { 'make-mkbootimg':
command => '/usr/bin/make',
command => '/usr/bin/make CFLAGS="-Werror=unused-result"',
cwd => $source_dir,
creates => $mkbootimg,
require => M8_gpe::Source['mkbootimg'],
Expand Down

0 comments on commit 4188530

Please sign in to comment.