scripts: gcc-wrapper: allow a few forbidden warnings
Bypass a few forbidden warnings to allow msm_defconfig to build. Signed-off-by: David Keitel <dkeitel@codeaurora.org>
This commit is contained in:
parent
91a1dd684f
commit
6ccaf2a594
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/env python2
|
#! /usr/bin/env python2
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright (c) 2011-2015, The Linux Foundation. All rights reserved.
|
# Copyright (c) 2011-2016, The Linux Foundation. All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are met:
|
# modification, are permitted provided that the following conditions are met:
|
||||||
|
@ -40,10 +40,10 @@ import subprocess
|
||||||
# force LANG to be set to en_US.UTF-8 to get consistent warnings.
|
# force LANG to be set to en_US.UTF-8 to get consistent warnings.
|
||||||
|
|
||||||
allowed_warnings = set([
|
allowed_warnings = set([
|
||||||
"fdt.c:932",
|
"core.c:144",
|
||||||
"hid-magicmouse.c:579",
|
"inet_connection_sock.c:430",
|
||||||
"sysrq.c:956",
|
"inet_connection_sock.c:467",
|
||||||
"hci_sock.c:980",
|
"inet6_connection_sock.c:89",
|
||||||
])
|
])
|
||||||
|
|
||||||
# Capture the name of the object file, can find it.
|
# Capture the name of the object file, can find it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue