You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C4273 - function : inconsistent DLL linkage. Two definitions in a file
differ in their use of dllimport.
C2491 - identifier : definition of dllimport function not allowed
Introduce a new file to handle the API header imports/exports
correctly on MSVC when using the same file for both libraries
and executables.
C4244 - conversion from 'type1' to 'type2', possible loss of data.
An integer type is converted to a smaller integer type.
This is the final commit in the fix all the MSVC compiler warnings
sequence. We can now re-enable Windows build verfication compiler
warnings to report on Gerrit patches.
Change-Id: Ic1057b8d204d9b5328f2948cfffad7963e4d977c
Reviewed-on: http://review.couchbase.org/90662
Reviewed-by: Dave Rigby <[email protected]>
Tested-by: Build Bot <[email protected]>
0 commit comments