Merge "Disallow __DATE__/__TIME__ on host builds" am: 63cce39166
am: ce33a3546c
am: 548535f970
am: b0229c99f7
Change-Id: I7d36d4fa401bad4f40409a72427a8578d9f56106
This commit is contained in:
@@ -46,6 +46,8 @@ var (
|
||||
"-g",
|
||||
|
||||
"-fno-strict-aliasing",
|
||||
|
||||
"-Werror=date-time",
|
||||
}
|
||||
|
||||
commonGlobalConlyflags = []string{}
|
||||
@@ -67,7 +69,6 @@ var (
|
||||
"-Werror=non-virtual-dtor",
|
||||
"-Werror=address",
|
||||
"-Werror=sequence-point",
|
||||
"-Werror=date-time",
|
||||
"-Werror=format-security",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user