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
while tried implementing release, I noticed some windows warnings.
shall we mute them? or, make them fatal ?
D:\a\portable\portable\crypto\compat\chacha_private.h(51,19): warning C4295: 'sigma': array is too small to include a terminating null character (compiling source file D:\a\portable\portable\crypto\compat\arc4random.c) [D:\a\portable\portable\build\crypto\crypto_obj.vcxproj]
D:\a\portable\portable\crypto\compat\chacha_private.h(52,19): warning C4295: 'tau': array is too small to include a terminating null character (compiling source file D:\a\portable\portable\crypto\compat\arc4random.c) [D:\a\portable\portable\build\crypto\crypto_obj.vcxproj]
crypto_obj.vcxproj -> D:\a\portable\portable\build\crypto\crypto_obj.dir\Release\crypto_obj.lib
Building Custom Rule D:/a/portable/portable/ssl/CMakeLists.txt
The text was updated successfully, but these errors were encountered:
while tried implementing release, I noticed some windows warnings.
shall we mute them? or, make them fatal ?
The text was updated successfully, but these errors were encountered: