Skip to content

Commit d12e71c

Browse files
Thiago Milczarek Sayaokevinrushforth
Thiago Milczarek Sayao
authored andcommitted
8241474: Build failing on Ubuntu 20.04
Reviewed-by: kcr
1 parent 2a7ab36 commit d12e71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/linux.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (hasProperty('toolchainDir')) {
7979
toolchainDir = ""
8080
}
8181

82-
def gtk2CCFlags = [ ];
82+
def gtk2CCFlags = [ "-Wno-deprecated-declarations" ];
8383
def gtk3CCFlags = [ "-Wno-deprecated-declarations" ];
8484
def gtk2LinkFlags = [ ];
8585
def gtk3LinkFlags = [ ];

0 commit comments

Comments
 (0)