Skip to content

Commit 2f61433

Browse files
committed
Removing weak attribute on type, to fix warning on Linux with GCC.
1 parent 9e76abb commit 2f61433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/details/SafeInt3.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ namespace utilities
669669
#define SAFEINT_WEAK
670670
#endif
671671

672-
class SAFEINT_VISIBLE SAFEINT_WEAK SafeIntException
672+
class SAFEINT_VISIBLE SafeIntException
673673
{
674674
public:
675675
SafeIntException() SAFEINT_NOTHROW { m_code = SafeIntNoError; }

0 commit comments

Comments
 (0)