Skip to content
Snippets Groups Projects
Commit 45b509a7 authored by kpayson64's avatar kpayson64 Committed by GitHub
Browse files

Merge pull request #7354 from soltanmm/prescribe-more-rest

Restructure reStructured text to be valid
parents cb6d26af 165f9a71
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ Help, I ...
third_party/protobuf/src/google/protobuf/stubs/mathlimits.h:173:31: note: in expansion of macro 'SIGNED_INT_MAX'
static const Type kPosMax = SIGNED_INT_MAX(Type); \\
^
And your toolchain is GCC (at the time of this writing, up through at least
GCC 6.0), this is probably a bug where GCC chokes on constant expressions
when the :code:`-fwrapv` flag is specified. You should consider setting your
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment