Skip to content

Commit 9f40bdd

Browse files
authored
Merge pull request #877 from RenaudFondeur/fixUnusedLocalTypedef
fix unused-local-typedef
2 parents 26beb75 + dd739f8 commit 9f40bdd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ add_compile_options(
308308
-Wno-deprecated-declarations
309309
-Wno-pointer-to-int-cast
310310
-Wno-compare-distinct-pointer-types
311-
-Wno-unused-local-typedef
312311
-Wno-unknown-warning-option
313312
)
314313

extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,6 @@ waitForDataonSemaphoreIndex(SQFile *file, sqInt semaphoreIndex){
841841
return interpreterProxy->success(false);
842842

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

847846
return interpreterProxy->success(true);

0 commit comments

Comments
 (0)