Skip to content

Fix macos compiler-warning "comparison of integers of different signs"#9

Open
kaizhu256 wants to merge 1 commit intosqlite:masterfrom
kaizhu256:fix_macos_warning_1
Open

Fix macos compiler-warning "comparison of integers of different signs"#9
kaizhu256 wants to merge 1 commit intosqlite:masterfrom
kaizhu256:fix_macos_warning_1

Conversation

@kaizhu256
Copy link
Copy Markdown

this fixes a compiler warning in macos in this build-log

gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  CC(target) Release/obj.target/sqlite3_c/../sqlite3.o
../../sqlite3.c:130725:10: warning: comparison of integers of different signs: 'int' and 'u32' (aka 'unsigned int') [-Wsign-compare]
    if( v>=sqlite3GlobalConfig.szSorterRef ){
        ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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.

1 participant