Skip to content

Commit

Permalink
8241474: Build failing on Ubuntu 20.04
Browse files Browse the repository at this point in the history
Reviewed-by: kcr
  • Loading branch information
Thiago Milczarek Sayao authored and kevinrushforth committed Mar 24, 2020
1 parent 2a7ab36 commit d12e71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/linux.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (hasProperty('toolchainDir')) {
toolchainDir = ""
}

def gtk2CCFlags = [ ];
def gtk2CCFlags = [ "-Wno-deprecated-declarations" ];
def gtk3CCFlags = [ "-Wno-deprecated-declarations" ];
def gtk2LinkFlags = [ ];
def gtk3LinkFlags = [ ];
Expand Down

0 comments on commit d12e71c

Please sign in to comment.