Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable more test coverage for warning C4668 ('MEOW' is not defined as a preprocessor macro) #4441

Merged
merged 6 commits into from
Mar 8, 2024

Commits on Mar 4, 2024

  1. C4668: In std and tr1, enable warning C4668 'MEOW' is not defin…

    …ed as a preprocessor macro, replacing with `'0'` for `'#if/#elif'`.
    StephanTLavavej committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    34b39cf View commit details
    Browse the repository at this point in the history
  2. C4668: Disable warning C4668 around <Windows.h>.

    OS-23694920 "Windows SDK uses undefined `_WIN32_WINNT_*` version macros (which may subtly break code)"
    StephanTLavavej committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1947f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c093723 View commit details
    Browse the repository at this point in the history
  4. C4668: #if WIDE => #ifdef WIDE

    These occurrences were inconsistent.
    StephanTLavavej committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7623f74 View commit details
    Browse the repository at this point in the history
  5. C4668: Activate C99 logic in tr1/include/tdefs.h.

    This is a behavioral change/enhancement (the code was previously inactive). Fixes:
    
    warning C4668: '__STDC_VERSION__' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
    StephanTLavavej committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c74dc1f View commit details
    Browse the repository at this point in the history
  6. C4668: Disable warning C4668 around <limits.h>.

    VSO-1985428 "`<limits.h>` emits warning C4668: `'__STDC_WANT_SECURE_LIB__'` is not defined as a preprocessor macro, replacing with `'0'` for `'#if/#elif'`"
    StephanTLavavej committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8351aaf View commit details
    Browse the repository at this point in the history