Now compiles with -std=c99 and no c99 warnings

pull/155/head
Michael Black 2019-12-09 22:45:37 -06:00
rodzic 78f3fbdecd
commit 3a3d66d52d
10 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,7 @@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
# include "config.h"

Wyświetl plik

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

Wyświetl plik

@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

Wyświetl plik

@ -21,6 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -28,6 +28,7 @@
* (403) PCR1500 fw 2.0, proto 2.0 (usb) by KM3T
*
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -65,6 +65,7 @@
* This backend supports the Ten-Tec Orion (565) and Orion II (566) transceivers.
* \n This backend tested mostly with firmware versions 1.372 and 2.062a
*/
#define _XOPEN_SOURCE 500
#ifdef HAVE_CONFIG_H
#include "config.h"