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
Fix #1869 Compiler Compatability for clang for CERT-C++ rule DCL51-CPP
tzname is char*[2] in the standard libraries of both clang and gcc. This will
allow the test code to compile, and still triggers a non-compliance query
result.
0 commit comments