Skip to content

Commit

Permalink
krb5: Work around build failures
Browse files Browse the repository at this point in the history
krb5 fails to compile, see:
  http://forums.openpli.org/topic/35374-master-next-to-become-master/page-3#entry503871
It reports all kinds of weird "uninitialized" warnings.
  • Loading branch information
Mike Looijmans committed Sep 11, 2015
1 parent c3d8aa6 commit 781fea2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta-openpli/recipes-connectivity/krb5/krb5_1.13.2.bbappend
@@ -0,0 +1,4 @@
# Prevent errors like:
# error: 'maxsize' may be used uninitialized in this function
# which are false positives?
CFLAGS_append += " -Wno-maybe-uninitialized -Wno-uninitialized"

0 comments on commit 781fea2

Please sign in to comment.