DescriptionOnly request C++11 when compiling C++ code.
Linux pdfium builds have 215 warnings of this form:
command line option -std=gnu++11 is valid for C++/ObjC++ but not for C
The obvious fix is to not request C++11 for C compilations. The only
complication was the the switch we are using is actually gnu++0x, not
gnu++11.
BUG=https://code.google.com/p/pdfium/issues/detail?id=102
R=tsepez@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/c4457a8f623bb4f09542d98bdde9c33ca932c4a3
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|