summaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2020-08-10 13:37:42 -0700
committerLinux Build Service Account <lnxbuild@localhost>2020-08-10 13:37:42 -0700
commitcd49a48d2f3dd63234876d6a7d7c3f3a728e24f5 (patch)
treee1501010f78a71e02aa8d6a814992550b7df97a2 /scripts/gcc-wrapper.py
parentcc5a71d552303af066be5a14276599b889a5dae5 (diff)
parent4a1a4fb57a7c84060e82d8e59b7851f1ed7e107f (diff)
Merge 4a1a4fb57a7c84060e82d8e59b7851f1ed7e107f on remote branch
Change-Id: Ie77691d2a639aab60b95b61ad928ecfcc516a958
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 76fb91c57264..3d1d6fbcaa04 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-2016, The Linux Foundation. All rights reserved.
+# Copyright (c) 2011-2017, 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,6 @@ import subprocess
# force LANG to be set to en_US.UTF-8 to get consistent warnings.
allowed_warnings = set([
- "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.