Git Product home page Git Product logo

dbpre's Issues

Ubuntu 16.04 compile error

Error when using the ./compile.sh script:

gnucobol@gnucobol-VirtualBox:~/DBPRE$ ./compile.sh 
cobmysqlapi.c: In function ‘MySQL_fetch_record’:
cobmysqlapi.c:324:17: warning: format not a string literal and no format arguments [-Wformat-security]
       syslog(1, strError);                                                             //121609
                 ^
dbpre.c: In function ‘strcasestr’:
dbpre.c:61:11: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration]
       c = tolower((unsigned char)c);
           ^
dbpre.c: In function ‘ucase’:
dbpre.c:318:10: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration]
       *s=toupper(*s);
          ^
dbpre.c: In function ‘main’:
dbpre.c:1593:17: warning: ' ' flag used with ‘%s’ gnu_printf format [-Wformat=]
  fprintf(fpout, "      * dbpre %s: % -43s %04d%02d%02d-%02d%02d%02d\n",
                 ^
dbpre.c:1598:17: warning: ' ' flag used with ‘%s’ gnu_printf format [-Wformat=]
  fprintf(fplst, "      * dbpre %s: % -43s %04d%02d%02d-%02d%02d%02d\n",
                 ^
gnucobol@gnucobol-VirtualBox:~/DBPRE$ gcc -I/usr/include/mysql -c cobmysqlapi.c
cobmysqlapi.c: In function ‘MySQL_fetch_record’:
cobmysqlapi.c:324:17: warning: format not a string literal and no format arguments [-Wformat-security]
       syslog(1, strError);                                                             //121609
                 ^
gnucobol@gnucobol-VirtualBox:~/DBPRE$ ./compile.sh 
cobmysqlapi.c: In function ‘MySQL_fetch_record’:
cobmysqlapi.c:324:17: warning: format not a string literal and no format arguments [-Wformat-security]
       syslog(1, strError);                                                             //121609
                 ^
dbpre.c: In function ‘strcasestr’:
dbpre.c:61:11: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration]
       c = tolower((unsigned char)c);
           ^
dbpre.c: In function ‘ucase’:
dbpre.c:318:10: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration]
       *s=toupper(*s);
          ^
dbpre.c: In function ‘main’:
dbpre.c:1593:17: warning: ' ' flag used with ‘%s’ gnu_printf format [-Wformat=]
  fprintf(fpout, "      * dbpre %s: % -43s %04d%02d%02d-%02d%02d%02d\n",
                 ^
dbpre.c:1598:17: warning: ' ' flag used with ‘%s’ gnu_printf format [-Wformat=]
  fprintf(fplst, "      * dbpre %s: % -43s %04d%02d%02d-%02d%02d%02d\n",


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.