Skip to content

Resolve unused variable in plain build#387

Closed
alpha0010 wants to merge 1 commit intoOP-Engineering:mainfrom
alpha0010:patch-1
Closed

Resolve unused variable in plain build#387
alpha0010 wants to merge 1 commit intoOP-Engineering:mainfrom
alpha0010:patch-1

Conversation

@alpha0010
Copy link

Handles compiler warning when not adding extensions:

C/C++: [...]/node_modules/@op-engineering/op-sqlite/cpp/bridge.cpp:92:9: warning: unused variable 'errMsg' [-Wunused-variable]
C/C++:    92 |   char *errMsg;
C/C++:       |         ^~~~~~
C/C++: 1 warning generated.

@ospfranco
Copy link
Contributor

Harmless warning, adding a pre-processor flag makes this more complicated in the future

@ospfranco ospfranco closed this Mar 12, 2026
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.

2 participants