Hello Gabe Black, Andrea Mondelli,

I'd like you to reexamine a change. Please visit

    https://gem5-review.googlesource.com/c/public/gem5/+/15376

to look at the new patch set (#3).

Change subject: misc: Suppress of deprecated keyword usage warning in Python2
......................................................................

misc: Suppress of deprecated keyword usage warning in Python2

Python2.7 uses the "register" keyword in the unicodeobject.h header.
This keyword is deprecated in recent compilers causing a warning.

The use of this keyword has been removed in the Python3 version of
this header.

This patch suppresses the warning on recent compilers, using a custom
shared header file for the Python.h inclusion.

Tested on:
gcc7.3@ubuntu
clang@darwin18.2.0

Change-Id: I2b4b37a1865495a05f4446450b11db35f9320b83
---
M ext/dsent/interface.cc
M ext/pybind11/include/pybind11/detail/common.h
M ext/sst/gem5.cc
A src/base/python.hh
M src/sim/init.cc
M src/sim/main.cc
M src/sim/py_interact.cc
7 files changed, 50 insertions(+), 12 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/15376
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I2b4b37a1865495a05f4446450b11db35f9320b83
Gerrit-Change-Number: 15376
Gerrit-PatchSet: 3
Gerrit-Owner: Andrea Mondelli <andrea.monde...@ucf.edu>
Gerrit-Reviewer: Andrea Mondelli <andrea.monde...@ucf.edu>
Gerrit-Reviewer: Andrea Mondelli <andrea.monde...@ucf.edu>
Gerrit-Reviewer: Gabe Black <gabebl...@google.com>
Gerrit-CC: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to