Skip to content

Commit

Permalink
Merge pull request #877 from RenaudFondeur/fixUnusedLocalTypedef
Browse files Browse the repository at this point in the history
fix unused-local-typedef
  • Loading branch information
guillep authored Dec 4, 2024
2 parents 26beb75 + dd739f8 commit 9f40bdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ add_compile_options(
-Wno-deprecated-declarations
-Wno-pointer-to-int-cast
-Wno-compare-distinct-pointer-types
-Wno-unused-local-typedef
-Wno-unknown-warning-option
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ waitForDataonSemaphoreIndex(SQFile *file, sqInt semaphoreIndex){
return interpreterProxy->success(false);

aioEnable(fileno(getFile(file)), (void*) semaphoreIndex, AIO_EXT);
typedef void (*aioHandler)(int fd, void *clientData, int flag);
aioHandle(fileno(getFile(file)), signalOnDataArrival, AIO_R);

return interpreterProxy->success(true);
Expand Down

0 comments on commit 9f40bdd

Please sign in to comment.