Suppress deprecation warnings from control_data.py.

The control_data module imports the deprecated `compiler` module.
Although by default Python doesn't report deprecation warnings,
Autotest explicitly chooses to log all warnings, including
DeprecationWarning exceptions.  The warning is spamming multiple
logs, and also shows up on the output of various autotest
command-line tools (e.g. `atest`).

This is a point fix to suppress the warning; it doesn't
address the underlying issue.

BUG=chromium:243906
TEST=run 'atest' on a local autotest instance

Change-Id: I7e1eed2f84ea506f96b8f7894f07519bdaad9d51
Reviewed-on: https://gerrit.chromium.org/gerrit/56090
Reviewed-by: Richard Barnette <jrbarnette@chromium.org>
Tested-by: Richard Barnette <jrbarnette@chromium.org>
Commit-Queue: Richard Barnette <jrbarnette@chromium.org>
1 file changed