From: Loïc Collignon Date: Fri, 28 Jun 2019 07:50:46 +0000 (+0200) Subject: Fix warning when compiling with clang X-Git-Tag: halibut_7.99.3~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=edf934b179dcd521b519fe8c973c615f48159c61;hp=edf934b179dcd521b519fe8c973c615f48159c61;p=src%2Fapp-framework-binder.git Fix warning when compiling with clang The 'maybe-uninitialized' warning option is a GCC's only flag. The equivalent one for Clang is 'possible-uninitialized'. Added the right flag based on the compiler. Bug-AGL: SPEC-2584 Change-Id: I09ce434dfda21996cefbf0b527b43d666a042e0e Signed-off-by: Loïc Collignon ---