Questions tagged as 'warnings'

1
answer

warning: initialization makes integer from pointer without cast [-Wint-conversion]

I have the following code in C that makes a connection to a mysql database and performs a query: #include <mysql.h> #include <stdio.h> int main(void){ MYSQL Connection; MYSQL_RES *res; MYSQL_ROW row; mysql_init(&...
asked by 02.03.2018 / 01:58
1
answer

Function returning warning open_basedir restriction in effect. Filet

I have a function in PHP that checks if I have new requests in the system. if I have the return in ajax I will display a notification toas displayed the order number. PHP function verifies NewPosted.php <?php include('../../class/mysql...
asked by 29.09.2016 / 20:36
1
answer

Meaning of the warning: Possible overdraw

I have an application that is showing warning :    Possible overdraw: Root element paints background   @ color / md_elegance_green with a theme that also paints a background (inferred theme is   @android: style / Theme_Black_NoTitleBar_Fulls...
asked by 04.10.2016 / 18:38
1
answer

Warning: assignment makes pointer from integer without a cast

I did a search but I did not quite understand what this means and what it says about my code. I have this function cria_palavra that returns a pointer, there in main , when I will receive that return in another function insere_fi...
asked by 22.09.2018 / 09:13
0
answers

How to capture what triggers the Warnings of sklearn.GridSearchCV.fit ()?

In a rasa_nlu function they are calling GridSearchCV.fit () with clf.fit () and it generates some Warnings that I would like to capture and modify for know what drives them: Fitting 2 folds for each of 6 candidates, totalling 1...
asked by 06.08.2018 / 19:30
0
answers

Can not modify header [duplicate]

Someone knows how to solve this problem: Warning: Can not modify header information - headers already sent by (C: \ xampp \ htdocs \ store \ check.php on line 3 link     
asked by 21.01.2018 / 01:08
1
answer

Invalid argument supplied for foreach ()

I get this error:    Warning (2): Invalid argument supplied for foreach ()   [CORE \ Cake \ Utility \ Validation.php, line 490] using the admin_upload_image action from my Galleries controller. But this action was working properly, and I...
asked by 26.03.2014 / 18:13