Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
1048 commits behind the upstream repository.
Sean McBride's avatar
Sean McBride authored
A single quote in an inline assembly comment is confusing gcc:

 .../SystemInformation.cxx:256:24: warning: invalid suffix on literal;
 C++11 requires a space between literal and identifier [-Wliteral-suffix]
 ; optimiser doesn't know about <<CPUID>>, and so doesn't expect
                  ^

Avoid it by changing "doesn't" to "does not".

Change-Id: Ic4caaeaabfdb99aa486ec09b23d670ec1b125069
a40b9263
History
KWSys provides a platform-independent API to many common system
features that are implemented differently on every platform.  This
library is intended to be shared among many projects, so it has a
configurable namespace.  Each project should configure KWSys to use a
namespace unique to itself.  See comments in CMakeLists.txt for
details.

You are probably reading this file in the source tree of a surrounding
project.  In that case, see "../README.kwsys" for details of using
KWSys in your project.