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

bump(main/libsqlite): 3.47.0 #22310

Merged
merged 1 commit into from
Nov 18, 2024
Merged

bump(main/libsqlite): 3.47.0 #22310

merged 1 commit into from
Nov 18, 2024

Commits on Nov 18, 2024

  1. bump(main/libsqlite): 3.47.0

    Import upstream commit sqlite/sqlite@76e48f4
    to fix the following compiler error.
    
    tclsqlite3.c:56:15: error: cannot combine with previous 'int' declaration specifier
       56 |   typedef int Tcl_Size;
          |               ^
    <command line>:18:18: note: expanded from macro 'Tcl_Size'
       18 | #define Tcl_Size int
          |                  ^
    tclsqlite3.c:56:3: error: typedef requires a name [-Werror,-Wmissing-declarations]
       56 |   typedef int Tcl_Size;
          |   ^~~~~~~~~~~~~~~~~~~~
    Biswa96 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b96f57c View commit details
    Browse the repository at this point in the history