Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-790

Attempt to enforce >=C99 (preferably >=C11) on all platforms

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • .future
    • None
    • None
    • None
    • 1

    Description

      Currently we just do this for non-Windows systems. The tracing code already uses C99 named struct field initialisation syntax:

       my_struct_t value=(struct my_struct_t){.name="fred"};
      

      So, theoretically MSVC should be using >=C99 already. But it would be good to enforce this.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jared.casey Jared Casey
            Ellis.Breen Ellis Breen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty