mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-16 04:23:45 +00:00
Edit HACKING & introduce clang (thanks Ludovic!)
This commit is contained in:
5
HACKING
5
HACKING
@@ -30,7 +30,12 @@ Here are some directions to get you started:
|
|||||||
-Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition \
|
-Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition \
|
||||||
-Wbad-function-cast -Wnested-externs -Wmissing-declarations"
|
-Wbad-function-cast -Wnested-externs -Wmissing-declarations"
|
||||||
$ ./configure
|
$ ./configure
|
||||||
|
$ make clean
|
||||||
$ make
|
$ make
|
||||||
|
You can chase even more issues by using clang:
|
||||||
|
$ scan-build ./configure
|
||||||
|
$ make clean
|
||||||
|
$ scan-build make
|
||||||
2.3 When Debianizing
|
2.3 When Debianizing
|
||||||
$ lintian *deb
|
$ lintian *deb
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user