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

Conversation

Biswa96
Copy link
Member

@Biswa96 Biswa96 commented Nov 18, 2024

    Import upstream commit https://github.com/sqlite/sqlite/commit/76e48f4d6648f514a47a4c769c931126da2a7696
    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;
          |   ^~~~~~~~~~~~~~~~~~~~

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 Biswa96 merged commit cdbde1b into termux:master Nov 18, 2024
7 checks passed
@Biswa96 Biswa96 deleted the sqlite branch November 18, 2024 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto update failing for libsqlite
1 participant