Make sure all properties are nonatomic
This commit is contained in:
parent
8c991b50d2
commit
e0ff07860a
6 changed files with 19 additions and 15 deletions
|
@ -24,6 +24,8 @@ OBJCFLAGS="$OBJCFLAGS -Wall $($OBJFW_CONFIG --objcflags)"
|
|||
LDFLAGS="$LDFLAGS $($OBJFW_CONFIG --ldflags)"
|
||||
LIBS="$LIBS $($OBJFW_CONFIG --libs)"
|
||||
|
||||
AX_CHECK_COMPILER_FLAGS(-Watomic-properties,
|
||||
[OBJCFLAGS="$OBJCFLAGS -Watomic-properties"])
|
||||
AX_CHECK_COMPILER_FLAGS(-Wdocumentation,
|
||||
[OBJCFLAGS="$OBJCFLAGS -Wdocumentation"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue