Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call: Fix structure mismatch | Ralf Baechle | 2017-07-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | GCC with LTO enabled warn: /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -Wall -flto -o call call.o menu.o crc.o yapp.o dostime.o -lncursesw -lax25 libtool: link: gcc -O2 -Wall -flto -o call call.o menu.o crc.o yapp.o dostime.o -lncursesw -lax25 menu.h:22:9: warning: type of 'winopen' does not match original declaration [-Wlto-type-mismatch] WINDOW* winopen(wint*, int, int, int, int, int); ^ menu.c:20:9: note: 'winopen' was previously declared here WINDOW *winopen(wint * wtab, int nlines, int ncols, int begin_y, ^ menu.c:20:9: note: code may be misoptimized unless -fno-strict-aliasing is used This was caused by different .c files being built with different libc feature selection macros. Adding #define _DEFAULT_SOURCE #define _XOPEN_SOURCE #define _XOPEN_SOURCE_EXTENDED to menu.c would have been sufficient but it seems good practice to add the same definition to all .c files. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Compress multiple blank lines into single lines. | Ralf Baechle | 2017-07-25 | 1 | -3/+0 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Sort out variable and function declarations. | Ralf Baechle | 2017-01-31 | 1 | -1/+3 |
| | | | | | | | | | | - Make static what can be made static. - Add declaration where they were missing. - Don't define variables in headers. - Move declaations to the proper locations. - Pick up declarations from the proper headers. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Reformat consistently. Strictly whitespace changes only. | Ralf Baechle | 2015-05-02 | 1 | -2/+2 |
| | | | | | | | Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Remove parenthesis around arguments of return statements. | Ralf Baechle | 2015-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | #BIN upload now preserves the file time. | Thomas Osterried | 2009-01-22 | 1 | -2/+2 |
| | |||||
* | updated libtool, uniformly indented source, corrected small ax25mond ↵ | Terry Dawson VK2KTJ | 2001-09-12 | 1 | -36/+43 |
| | | | | Makefile bug | ||||
* | Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1 | Ralf Baechle | 1999-06-07 | 1 | -0/+85 |