Skip to content

Commit

Permalink
Merge branch 'master' into 3.05.09
Browse files Browse the repository at this point in the history
  • Loading branch information
rparolin committed Oct 16, 2017
2 parents 2605ac3 + a593183 commit fce4c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ addons:
- gcc-4.8
- g++-4.8
- clang
- libc++-dev

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion include/EASTL/internal/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ typedef EASTL_SSIZE_T eastl_ssize_t; // Signed version of eastl_size_t. Concept
// reserved for standard libary usage.
EA_DISABLE_CLANG_WARNING(-Wuser-defined-literals)
EA_DISABLE_CLANG_WARNING(-Wreserved-user-defined-literal)
EA_DISABLE_GCC_WARNING(-Wno-literal-suffix)
EA_DISABLE_GCC_WARNING(-Wliteral-suffix)
#ifdef _MSC_VER
#pragma warning(disable: 4455) // disable warning C4455: literal suffix identifiers that do not start with an underscore are reserved
#endif
Expand Down

0 comments on commit fce4c9a

Please sign in to comment.