klaus Expert Licensed User Longtime User Nov 19, 2014 #1 Adding #IgnoreWarnings: 10, 12 in the Project Attibutes doesn't work. Adding an ignore comment like Private Sub UnusedSub 'ignore works !
Adding #IgnoreWarnings: 10, 12 in the Project Attibutes doesn't work. Adding an ignore comment like Private Sub UnusedSub 'ignore works !
mcqueccu Expert Licensed User Longtime User Dec 24, 2023 #3 Just a little Hint when using B4XPages. For Warnings 10, 12, which relates to Unused Sub and Unused Variables, You must add the Ignore Warnings in the Module containing the codes. For warning 32 which relates to Unused library, it can go to the Main
Just a little Hint when using B4XPages. For Warnings 10, 12, which relates to Unused Sub and Unused Variables, You must add the Ignore Warnings in the Module containing the codes. For warning 32 which relates to Unused library, it can go to the Main