- Version 19FEBpl1.1:
+ Only code fixes and updates for help files have been
incorporated into this Midas release.
- Add patch no-return-statement.patch: fix build for Factory.
Warnings as errors break the build at no return statement in non
void function.
- Add patch end-of-non-void-function.patch: fix build for Factory.
Warnings as errors break the build at control reach end of non
void function.
OBS-URL: https://build.opensuse.org/request/show/750412
OBS-URL: https://build.opensuse.org/package/show/science/eso-midas?expand=0&rev=25
13 lines
330 B
Diff
13 lines
330 B
Diff
Index: midas/19FEBpl1.1/incl/fctext.h
|
|
===================================================================
|
|
--- midas.orig/19FEBpl1.1/incl/fctext.h
|
|
+++ midas/19FEBpl1.1/incl/fctext.h
|
|
@@ -14,6 +14,7 @@
|
|
#ifndef FCTEXT_DEF
|
|
#define FCTEXT_DEF
|
|
|
|
+#include <stdlib.h> // for size_t
|
|
|
|
#define FCT_MAXENT 8
|
|
#define FCT_NAME_LEN 160
|