Skip to content

Commit 2feccbb

Browse files
committed
Remove stdbool.h
1 parent bb15fc6 commit 2feccbb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ibase_query.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
+----------------------------------------------------------------------+
2424
*/
2525

26-
#include <stdbool.h>
26+
// #pragma GCC diagnostic error "-Wextra"
27+
// #pragma GCC diagnostic error "-Wall"
28+
// #pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
2729

2830
#ifdef HAVE_CONFIG_H
2931
#include "config.h"

0 commit comments

Comments
 (0)