compiler/pthread: implement pthread_detach and pthread_getschedparam
[AROS.git] / config / compiler.cfg.in
blob6a977c7c2e2ebcd053c75a60669e19ee27a8ea79
1 # Disable compiler warning flags
3 NOWARN_UNUSED_BUT_SET_VARIABLE := @aros_cflags_unused_but_set_variable@
4 NOWARN_STRICT_ALIASING         := @aros_cflags_strict_aliasing@
5 NOWARN_ARRAY_BOUNDS            := @aros_cflags_array_bounds@
6 NOWARN_ENUM_COMPARE            := @aros_cflags_enum_compare@
7 NOWARN_STRICT_OVERFLOW         := @aros_cflags_strict_overflow@
8 NOWARN_FORMAT_SECURITY         := @aros_cflags_format_security@
9 NOWARN_MISLEADING_INDENTATION  := @aros_cflags_misleading_indentation@
10 NOWARN_NONNULL_COMPARE         := @aros_cflags_nonnull_compare@
11 NOWARN_UNUSED_VALUE            := @aros_cflags_unused_value@
12 NOWARN_UNUSED_VARIABLE         := @aros_cflags_unused_variable@
13 NOWARN_UNUSED_FUNCTION         := @aros_cflags_unused_function@
14 NOWARN_UNINITIALIZED           := @aros_cflags_uninitialized@
15 NOWARN_MAYBE_UNINITIALIZED     := @aros_cflags_maybe_uninitialized@
16 NOWARN_IMPLICIT_FUNCTION_DECL  := @aros_cflags_implicit_function_declaration@
17 NOWARN_FORMAT                  := @aros_cflags_format@
18 NOWARN_PARENTHESES             := @aros_cflags_parentheses@
19 NOWARN_CHAR_SUBSCRIPTS         := @aros_cflags_char_subscripts@
20 NOWARN_ENDIF_LABELS            := @aros_cflags_endif_labels@
21 NOWARN_FORMAT_CONTAINS_NUL     := @aros_cflags_format_contains_nul@
22 NOWARN_IMPLICIT_INT            := @aros_cflags_implicit_int@
23 NOWARN_AGGRESSIVE_LOOP_OPT     := @aros_cflags_aggressive_loop_optimizations@
24 NOWARN_CPP                     := @aros_cflags_cpp@
25 NOWARN_SWITCH                  := @aros_cflags_switch@
26 NOWARN_DISCARDED_QUALIFIERS    := @aros_cflags_discarded_qualifiers@
27 NOWARN_SEQUENCE_POINT          := @aros_cflags_sequence_point@
28 NOWARN_UNKNOWN_PRAGMAS         := @aros_cflags_unknown_pragmas@
29 NOWARN_DISCARDED_ARRAY_QUAL    := @aros_cflags_discarded_array_qualifiers@
30 NOWARN_INT_CONVERSION          := @aros_cflags_int_conversion@
31 NOWARN_INT_TO_POINTER_CAST     := @aros_cflags_int_to_pointer_cast@
32 NOWARN_POINTER_TO_INT_CAST     := @aros_cflags_pointer_to_int_cast@
33 NOWARN_UNUSED_CONST_VARIABLE   := @aros_cflags_unused_const_variable@
34 NOWARN_WRITE_STRINGS           := @aros_cflags_write_strings@
35 NOWARN_COMMENT                 := @aros_cflags_comment@
36 NOWARN_INCOMPAT_POINTER_TYPES  := @aros_cflags_incompatible_pointer_types@
37 NOWARN_BOOL_COMPARE            := @aros_cflags_bool_compare@
38 NOWARN_LOGICAL_NOT_PARENTHESES := @aros_cflags_logical_not_parentheses@
39 NOWARN_STRICT_PROTOTYPES       := @aros_cflags_strict_prototypes@
40 NOWARN_UNUSED                  := @aros_cflags_unused@
41 NOWARN_POINTER_SIGN            := @aros_cflags_pointer_sign@
42 NOWARN_SHIFT_OVERFLOW          := @aros_cflags_shift_overflow@
43 NOWARN_FRAME_ADDRESS           := @aros_cflags_frame_address@
44 NOWARN_DEPRECATED_DECLARATIONS := @aros_cflags_deprecated_declarations@