File: 50_clang_FTBFS_Wreturn-type.patch

package info (click to toggle)
ctn 3.2.0~dfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 15,420 kB
  • sloc: ansic: 179,553; makefile: 7,002; java: 1,863; csh: 1,067; yacc: 523; sh: 424; cpp: 394; sql: 389; lex: 170
file content (15 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix FTBFS with clang instead of gcc
Author: Nicolas Sévelin-Radiguet <nicosr@free.fr>
Last-Update: 2014-04-10

--- a/apps/image_archive/queue.c
+++ b/apps/image_archive/queue.c
@@ -242,7 +242,7 @@
     COND_DumpConditions();
 }
 
-
+void
 queueDisplayImage(const char* node, const char* name)
 {
   CONDITION cond;