no more warnings

Signed-off-by: Mathéo Hersan <matheohersan@MacBook-Pro-de-Matheo.local>
pull/12/head
Mathéo Hersan 2 years ago
parent 2eb8f82d9b
commit a987208e39
No known key found for this signature in database
GPG Key ID: 4EF19C64D78EC91B

BIN
app

Binary file not shown.

@ -1,3 +1,3 @@
32 0.00 1
660 52.00 0
660 68.00 0
5079 75.50 0

@ -566,10 +566,10 @@ void menu_client(int *choix) {
*/
void global_client() {
int choix, references[MAX_ARTICLES], numeros[MAX_CLIENTS], suspendus[MAX_CLIENTS], nombreArticles,
nombreClients, numeroClient, quantites[MAX_ARTICLES], panier[MAX_ARTICLES], taillePanier = 0, choixCagnotte = 0;
nombreClients, numeroClient, quantites[MAX_ARTICLES], panier[MAX_ARTICLES], taillePanier = 0;
float poids[MAX_ARTICLES], volume[MAX_ARTICLES], prixUnitaire[MAX_ARTICLES], cagnottes[MAX_CLIENTS],
volumeCoffre, chargeMaximale, montant;
volumeCoffre, chargeMaximale;
double budget = -1.0;

Loading…
Cancel
Save