display: silence format compilation issues
Change-Id: I2c0f3d64dce677eb7467eb04e0c60a432ca853e0 Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
		@@ -17,6 +17,7 @@ cc_binary {
 | 
			
		||||
    cflags: [
 | 
			
		||||
        "-Wno-missing-field-initializers",
 | 
			
		||||
        "-Wno-unused-parameter",
 | 
			
		||||
        "-Wno-format",
 | 
			
		||||
        "-DLOG_TAG=\"SDM\"",
 | 
			
		||||
    ],
 | 
			
		||||
    clang: true,
 | 
			
		||||
 
 | 
			
		||||
@@ -24,6 +24,7 @@ cc_library_shared {
 | 
			
		||||
        "-DLOG_TAG=\"qdgralloc\"",
 | 
			
		||||
        "-D__QTI_DISPLAY_GRALLOC__",
 | 
			
		||||
        "-Wno-sign-conversion",
 | 
			
		||||
        "-Wno-format",
 | 
			
		||||
        "-Wno-unused-parameter",
 | 
			
		||||
        "-Wno-unused-variable",
 | 
			
		||||
    ],
 | 
			
		||||
@@ -66,6 +67,7 @@ cc_library_shared {
 | 
			
		||||
    cflags: [
 | 
			
		||||
        "-DLOG_TAG=\"qdgralloc\"",
 | 
			
		||||
        "-D__QTI_DISPLAY_GRALLOC__",
 | 
			
		||||
        "-Wno-format",
 | 
			
		||||
        "-Wno-sign-conversion",
 | 
			
		||||
        "-Wno-unused-parameter",
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
@@ -20,6 +20,7 @@ cc_library_shared {
 | 
			
		||||
        "-Wall",
 | 
			
		||||
        "-Werror",
 | 
			
		||||
        "-fno-operator-names",
 | 
			
		||||
        "-Wno-format",
 | 
			
		||||
        "-Wno-unused-parameter",
 | 
			
		||||
        "-DLOG_TAG=\"SDE_DRM\"",
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
@@ -11,6 +11,7 @@ cc_library_shared {
 | 
			
		||||
    ],
 | 
			
		||||
    cflags: [
 | 
			
		||||
        "-fno-operator-names",
 | 
			
		||||
        "-Wno-format",
 | 
			
		||||
        "-Wno-unused-parameter",
 | 
			
		||||
        "-DLOG_TAG=\"SDM\"",
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,7 @@ cc_library_shared {
 | 
			
		||||
    vendor: true,
 | 
			
		||||
    cflags: [
 | 
			
		||||
        "-Wno-sign-conversion",
 | 
			
		||||
        "-Wno-format",
 | 
			
		||||
        "-Wno-unused-parameter",
 | 
			
		||||
        "-DLOG_TAG=\"libdisplayconfigqti\"",
 | 
			
		||||
    ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user