summaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorDavid Keitel <dkeitel@codeaurora.org>2016-03-21 10:42:07 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:57:41 -0700
commit6ccaf2a5942735433b0a5f2600f6a93e8dce4b54 (patch)
tree3be435b55dca61601aac2b3de6e09093b26a2734 /scripts/gcc-wrapper.py
parent91a1dd684ff2a63e9afcea445f04d80fc62b6430 (diff)
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>
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 1f48a7b75f21..8a0e0af1c39a 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python2
# -*- 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
# 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.
allowed_warnings = set([
- "fdt.c:932",
- "hid-magicmouse.c:579",
- "sysrq.c:956",
- "hci_sock.c:980",
+ "core.c:144",
+ "inet_connection_sock.c:430",
+ "inet_connection_sock.c:467",
+ "inet6_connection_sock.c:89",
])
# Capture the name of the object file, can find it.