Changeset 36a14991a5d4bbb9217276ed8c9c0f0c4e0ec0ca
- Timestamp:
- 21/10/06 16:54:42
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1161442482 +0000
- git-parent:
[de0f8ecbe207ed2f8272c7cb84dfa161dba9a8a5]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1161442482 +0000
- Message:
A few more sanity checks
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r61871f5 |
r36a1499 |
|
| 889 | 889 | CFLAGS="${CFLAGS_save}" |
|---|
| 890 | 890 | |
|---|
| 891 | | RDC_PROG_CC_WFLAGS([all extra no-unused-parameter sign-compare undef]) |
|---|
| | 891 | RDC_PROG_CC_WFLAGS([all extra no-unused-parameter sign-compare undef pointer-arith bad-function-cast cast-align write-strings old-style-definition missing-prototypes packed volatile-register-var]) |
|---|
| 892 | 892 | RDC_PROG_CC_FLAGS_IFELSE([-pipe]) |
|---|
| 893 | 893 | |
|---|